Wireshark-commits: [Wireshark-commits] master 30c0d7b: erf.c: fix compilation with gcc 8
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 02 May 2018 21:25:36 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=30c0d7ba4970d2ccc77514afdcdbf5a86b8866a2
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

30c0d7b by Pascal Quantin (pascal.quantin@xxxxxxxxx):

    erf.c: fix compilation with gcc 8
    
    erf.c:2562:9: error: this statement may fall through [-Werror=implicit-fallthrough=]
    
    Change-Id: Ib516a689e078a9e1eea96d692ffbbaab398f2bcb
    Reviewed-on: https://code.wireshark.org/review/27271
    Petri-Dish: Guy Harris <guy@xxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  1eda133   MATE: fix compilation with gcc 8
    adds  30c0d7b   erf.c: fix compilation with gcc 8


Summary of changes:
 wiretap/erf.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)