URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=5905fcd4dc54759ab6e7a64778ac38d4f2551a8a
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
5905fcd 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>
Actions performed:
from 092564a prefs.c: fix compilation with gcc 8
adds 5905fcd extcap_parser.c: fix compilation with gcc 8
Summary of changes:
extcap_parser.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)