Wireshark-commits: [Wireshark-commits] master-2.6 bb86ef7: TWAMP: fix compilation with gcc 8
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 02 May 2018 18:22:57 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=bb86ef7ee3ece393506ef2a9a4cbfd69ef38b3f7
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master-2.6
Repository: wireshark

Commits:

bb86ef7 by Pascal Quantin (pascal.quantin@xxxxxxxxx):

    TWAMP: fix compilation with gcc 8
    
    error: cast between incompatible function types from ‘gint (*)(const void *)’ {aka ‘int (*)(const void *)’} to ‘gint (*)(const void *, const void *)’ {aka ‘int (*)(const void *, const void *)’} [-Werror=cast-function-type]
    
    Change-Id: Ifbd57414ecea16b76321c2b7d3db1a5d0a11a888
    Reviewed-on: https://code.wireshark.org/review/27262
    Petri-Dish: Guy Harris <guy@xxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    (cherry picked from commit 42d43ada2e3ff92c609d6c3097ba03a2e20e1320)
    Reviewed-on: https://code.wireshark.org/review/27277
    

Actions performed:

    from  d427cdd   GTP: fix compilation with gcc 8
    adds  bb86ef7   TWAMP: fix compilation with gcc 8


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