Wireshark-commits: [Wireshark-commits] master d7b2327: (Benign) Fix warning [-Werror=logical-not-pa

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 20 Mar 2015 05:32:53 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=d7b23278c38110adabc6c7fd974732faeafc6ad3
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

d7b2327 by Bill Meier (wmeier@xxxxxxxxxxx):

    (Benign) Fix warning [-Werror=logical-not-parentheses] (GCC 5.0.0)
    
    Add some parentheses to prevent warning:
      "logical not is only applied to the left hand side of comparison"
    
    Change-Id: I8f11f93e12d24a1ea09032cf0198042fe9a87068
    Reviewed-on: https://code.wireshark.org/review/7768
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  e7fd1bf   Reduce epan dependence on dissectors by having print module "cache" the protocol and field ids that it needs.
    adds  d7b2327   (Benign) Fix warning [-Werror=logical-not-parentheses] (GCC 5.0.0)


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