Wireshark-commits: [Wireshark-commits] master 8344f5a: dns: fix this statement may fall through [-W
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 10 Apr 2017 11:14:13 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=8344f5a6919d04376fe06db8db36fe430e327371
Submitter: Pascal Quantin (pascal.quantin@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

8344f5a by Alexis La Goutte (alexis.lagoutte@xxxxxxxxx):

    dns: fix this statement may fall through [-Werror=implicit-fallthrough] found by gcc7
    
    and add also a missing (optional) break after default
    
    Change-Id: I03d594db4702ccb4ebab3fca6b071d323e7f8d39
    Reviewed-on: https://code.wireshark.org/review/20994
    Reviewed-by: Pascal Quantin <pascal.quantin@xxxxxxxxx>
    

Actions performed:

    from  6b802f3   dpnet: Use a bitfield for the Enum Reponse description flags
    adds  8344f5a   dns: fix this statement may fall through [-Werror=implicit-fallthrough] found by gcc7


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