Wireshark-commits: [Wireshark-commits] master 137358a: androiddump: fix logical ‘or’ of equal expr

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sat, 13 Feb 2016 14:46:39 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=137358a404d0255a6976dea22b8705b54583c8d7
Submitter: Roland Knall (rknall@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

137358a by Alexis La Goutte (alexis.lagoutte@xxxxxxxxx):

    androiddump: fix logical ‘or’ of equal expressions [-Werror=logical-op] found by gcc6
    
    EAGAIN and EWOULDBLOCK is the same value (now)
    http://www-numi.fnal.gov/offline_software/srt_public_context/WebDocs/Errors/unix_system_errors.html
    
    Change-Id: Ia8101d05194910f306e8439507ae5bde3ccd00ce
    Reviewed-on: https://code.wireshark.org/review/13905
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Reviewed-by: Michal Labedzki <michal.labedzki@xxxxxxxxx>
    Petri-Dish: Michal Labedzki <michal.labedzki@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Roland Knall <rknall@xxxxxxxxx>
    

Actions performed:

    from  b550c33   Dissection of SSAPs is a bit weird. 0x1 would be displayed as ">Unknown (0x01)" on my particular trace. This duplicates the value with the C/R-bit set. Needs a proper fix eventually. Small indentation fix.
    adds  137358a   androiddump: fix logical ‘or’ of equal expressions [-Werror=logical-op] found by gcc6


Summary of changes:
 extcap/androiddump.c |   18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)