URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=b60ccf6dae9c3f29fce8644cebb685246a349921
Submitter: Gerald Combs (gerald@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
b60ccf6 by Gerald Combs (gerald@xxxxxxxxxxxxx):
Fix an extraneous parentheses warning.
"if (G_UNLIKELY(...))" triggers an extraneous parentheses warning when
compiling with XCode's clang-500.2.75. From looking at the macro
definition we *should* be able to get rid of the outer parentheses
everywhere.
Change-Id: I710e1cc391e1167c1243c4ddb032f2831f0a9498
Reviewed-on: https://code.wireshark.org/review/1432
Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
Actions performed:
from e185ad6 Add casts to satisfy buildbot
adds b60ccf6 Fix an extraneous parentheses warning.
Summary of changes:
epan/wmem/wmem_map.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)