Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] master 8e50897: Try to fix -Wparentheses-equality errors.

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 10 Mar 2014 23:28:07 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=8e508975eb70e3292ceb40787e389386722a13d0
Submitter: Gerald Combs (gerald@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

8e50897 by Gerald Combs (gerald@xxxxxxxxxxxxx):

    Try to fix -Wparentheses-equality errors.
    
    Clang in XCode 5.0 currently fails with
    
        error: equality comparison with extraneous parentheses
        [-Werror,-Wparentheses-equality]
    
    Change-Id: I7ca2e81959e777f923bdff1273aca6c56b100f6c
    Reviewed-on: https://code.wireshark.org/review/600
    Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
    

Actions performed:

    from  adc0871   dissect the CertificateVerify handshake message
    adds  8e50897   Try to fix -Wparentheses-equality errors.


Summary of changes:
 epan/wslua/lrexlib_glib.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)