Wireshark-commits: [Wireshark-commits] master 24d5463: pcapng: Fix ISO C forbids conversion [-Wpeda
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=24d546353be7cf64787c4e6690f0bb5cedf43f5f
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
24d5463 by João Valverde (joao.valverde@xxxxxxxxxxxxxxxxxx):
pcapng: Fix ISO C forbids conversion [-Wpedantic]
pcapng.c:461:31: warning: ISO C forbids passing argument 3 of 'g_hash_table_insert' between function pointer and 'void *' [-Wpedantic]
pcapng.c:1404:32: warning: ISO C forbids conversion of object pointer to function pointer type [-Wpedantic]
pcapng.c:1918:32: warning: ISO C forbids conversion of object pointer to function pointer type [-Wpedantic]
Change-Id: I535633098cc5d37442732dd92e8c9d3cda36631a
Reviewed-on: https://code.wireshark.org/review/12161
Petri-Dish: Anders Broman <a.broman58@xxxxxxxxx>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
Actions performed:
from bec2fc0 sshdump: move build check
adds 24d5463 pcapng: Fix ISO C forbids conversion [-Wpedantic]
Summary of changes:
wiretap/pcapng.c | 27 +++++++++++++++++----------
wiretap/pcapng_module.h | 4 ++--
2 files changed, 19 insertions(+), 12 deletions(-)