Wireshark-commits: [Wireshark-commits] master 30f8f96: epan: Fixup our ENABLE_CHECK_FILTER warnings
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 6 Jul 2020 18:42:19 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=30f8f9656bb7c1f550e9f0efe9dd2f81d850f16e
Submitter: "Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

30f8f96 by Gerald Combs (gerald@xxxxxxxxxxxxx):

    epan: Fixup our ENABLE_CHECK_FILTER warnings.
    
    Make sure we use g_warning to print each ENABLE_CHECK_FILTER warning.
    g_warning automatically appends a newline, so there's no need for us to
    do so.
    
    Change-Id: I4ddb60f0e3e0382fb3ca6e996ad47410fe05d8be
    Reviewed-on: https://code.wireshark.org/review/37748
    Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
    Petri-Dish: Gerald Combs <gerald@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    

Actions performed:

    from  4b4bbe8   DVB-S2-BB: Add the next-header protocol types from RFC4326, section 4.4.1
     add  30f8f96   epan: Fixup our ENABLE_CHECK_FILTER warnings.


Summary of changes:
 epan/proto.c | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)