Wireshark-commits: [Wireshark-commits] master 875e34c: QUIC: fix compilation with gcc 8
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 02 May 2018 19:31:45 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=875e34c88f02824190e5dee4e85eb0f66cf5314c
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

875e34c by Pascal Quantin (pascal.quantin@xxxxxxxxx):

    QUIC: fix compilation with gcc 8
    
    error: cast between incompatible function types from ‘void (*)(quic_info_data_t *)’ {aka ‘void (*)(struct quic_info_data *)’} to ‘void (*)(void *, void *)’ [-Werror=cast-function-type]
    
    Change-Id: I2827dd741145c0c9eb77205979497f4a39ecbb21
    Reviewed-on: https://code.wireshark.org/review/27261
    Petri-Dish: Guy Harris <guy@xxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  42d43ad   TWAMP: fix compilation with gcc 8
    adds  875e34c   QUIC: fix compilation with gcc 8


Summary of changes:
 epan/dissectors/packet-quic.c | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)