Wireshark-commits: [Wireshark-commits] master 79f9665: Squelch some compiler warnings.

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 3 Aug 2014 20:20:09 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=79f966591b3c3b093472940c1d1e7d939d32b46c
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

79f9665 by Guy Harris (guy@xxxxxxxxxxxx):

    Squelch some compiler warnings.
    
    The version of GCC on the OS X 32-bit buildbot isn't smart enough to
    figure out that this can't happen (it's one of those "if (xxx) foo =
    bar; ... if (xxx) use foo;" cases.)
    
    Change-Id: I04fef2d602c913761ae7832c4f568aaaad398c87
    Reviewed-on: https://code.wireshark.org/review/3390
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  3b72a7d   Add some issues that came up when comparing autotools and CMake compile flags.
    adds  79f9665   Squelch some compiler warnings.


Summary of changes:
 epan/dissectors/packet-ccsds.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)