URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=e8d0d3763a7d480ff905825a1cf847fa47482c87
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
e8d0d37 by Guy Harris (guy@xxxxxxxxxxxx):
Try to fix compiler warnings.
Parenthesize differently and, while we're at it, don't use the useless
gsize data type - C has had size_t since C89, use it. gsize's only
purpose is to use in APIs defined to take gsize arguments.
Change-Id: I7d68273e7e0f0e71947d3505cb283bfa216fce03
Reviewed-on: https://code.wireshark.org/review/13488
Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
Actions performed:
from f78d761 Fix DIAG_OFF() and DIAG_ON() calls.
adds e8d0d37 Try to fix compiler warnings.
Summary of changes:
epan/dissectors/packet-isakmp.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)