Wireshark-commits: [Wireshark-commits] master-2.6 8d63752: extcap_parser.c: fix compilation with gc
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=8d63752504903bfd6e3979fc4bc5b0ebc73cc6a3
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master-2.6
Repository: wireshark
Commits:
8d63752 by Pascal Quantin (pascal.quantin@xxxxxxxxx):
extcap_parser.c: fix compilation with gcc 8
extcap_parser.c:291:23: error: cast between incompatible function types from ‘void (*)(extcap_arg *)’ {aka ‘void (*)(struct _extcap_arg *)’} to ‘void (*)(void *, void *)’ [-Werror=cast-function-type]
Change-Id: I7a03bdffa655ffb3a0160f205ddcb9943a52564c
Reviewed-on: https://code.wireshark.org/review/27266
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
(cherry picked from commit 5905fcd4dc54759ab6e7a64778ac38d4f2551a8a)
Reviewed-on: https://code.wireshark.org/review/27296
Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
Actions performed:
from 78f9812 NSIS: add descriptions for new plugins types
adds 8d63752 extcap_parser.c: fix compilation with gcc 8
Summary of changes:
extcap_parser.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)