Wireshark-commits: [Wireshark-commits] master-2.4 d0711d2: GTP: fix compilation with gcc 8
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 02 May 2018 17:54:15 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=d0711d2f88d938c0e2ead44603e35ca84d856587
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master-2.4
Repository: wireshark

Commits:

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

    GTP: fix compilation with gcc 8
    
    error: cast between incompatible function types from ‘void (*)(const void *, void *, void *)’ to ‘gboolean (*)(const void *, void *, void *)’ {aka ‘int (*)(const void *, void *, void *)’} [-Werror=cast-function-type]
    
    Change-Id: If93eb9a4f38b622ae5dfaf9ed1e2c3d257141105
    Reviewed-on: https://code.wireshark.org/review/27260
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    (cherry picked from commit 966c5957822a974ddd4f0558db0eccbbb7afe290)
    Reviewed-on: https://code.wireshark.org/review/27274
    

Actions performed:

    from  3dc709c   btle: Show correct LLData Timeout value
    adds  d0711d2   GTP: fix compilation with gcc 8


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