URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=93169cb49535e6991dc425e436bd4917222dbb7c
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
93169cb by Alexis La Goutte (alexis.lagoutte@xxxxxxxxx):
OCFS2: fix some GCC / Clang warnings
packet-ocfs2.c:249: comma at end of enumerator list [-Wpedantic]
packet-ocfs2.c:1171: no previous prototype for 'proto_register_ocfs2' [-Wmissing-prototypes]
packet-ocfs2.c:1651: no previous prototype for 'proto_reg_handoff_ocfs2' [-Wmissing-prototypes]
packet-ocfs2.c:1678:4: no newline at end of file [-Wnewline-eof]
Remove also unneed glib.h include
Change-Id: I47a03dbc9f175a0e2453dd90a733144ac9f95fc4
Reviewed-on: https://code.wireshark.org/review/8007
Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
Actions performed:
from 7b60d2b Pass HTTP URLs to wget.
adds 93169cb OCFS2: fix some GCC / Clang warnings
Summary of changes:
epan/dissectors/packet-ocfs2.c | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)