Wireshark-commits: [Wireshark-commits] master-2.6 5c17f3c: erf.c: fix compilation with gcc 8

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 02 May 2018 21:25:56 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=5c17f3ccfc9d79ffe04dfff11496861566375bb1
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master-2.6
Repository: wireshark

Commits:

5c17f3c 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>
    (cherry picked from commit 30c0d7ba4970d2ccc77514afdcdbf5a86b8866a2)
    Reviewed-on: https://code.wireshark.org/review/27284
    

Actions performed:

    from  93c4bee   MATE: fix compilation with gcc 8
    adds  5c17f3c   erf.c: fix compilation with gcc 8


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