Wireshark-commits: [Wireshark-commits] master-2.4 f3c188d: extcap_parser.c: fix compilation with gc
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 03 May 2018 06:11:40 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=f3c188dc7b4fafff7cbdec24ef90b5592ae0dcc8
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master-2.4
Repository: wireshark

Commits:

f3c188d 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/27297
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  6abcc93   Windows: Fix our WinSparkle version.
    adds  f3c188d   extcap_parser.c: fix compilation with gcc 8


Summary of changes:
 extcap_parser.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)