URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=cdaad860720a17d889e759d9e263c5fcadaf36a2
Submitter: Gerald Combs (gerald@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
cdaad86 by Gerald Combs (gerald@xxxxxxxx):
Try to please both GCC (the compiler, not me) and clang.
The fix for GCC 5's -Wlogical-not-parentheses d7b2327 triggers
-Wparentheses-equality in clang. Try to work around the issue with
diagnostic suppression.
Change-Id: I5eea1d3e76f6d2aa14a2595cd4455dcd2818f6a1
Reviewed-on: https://code.wireshark.org/review/8295
Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
Actions performed:
from 9b9b994 DVB-CI: make some more items filterable
adds cdaad86 Try to please both GCC (the compiler, not me) and clang.
Summary of changes:
epan/wslua/lrexlib_algo.h | 12 ++++++++++++
epan/wslua/lrexlib_glib.c | 2 ++
2 files changed, 14 insertions(+)