Wireshark-commits: [Wireshark-commits] master 4342333: libnl: disable pedantic warning of libnl lib

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 18 Feb 2015 12:04:38 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=4342333344690341ad7d589f888dd53248b0d397
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

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

    libnl: disable pedantic warning of libnl lib
    
    /usr/include/libnl3/netlink/types.h:25:15: warning: comma at end of enumerator list [-Wpedantic]
    /usr/include/libnl3/netlink/handlers.h:65:9: warning: comma at end of enumerator list [-Wpedantic]
    /usr/include/libnl3/netlink/handlers.h:81:18: warning: comma at end of enumerator list [-Wpedantic]
    /usr/include/libnl3/netlink/handlers.h:113:18: warning: comma at end of enumerator list [-Wpedantic]
    /usr/include/libnl3/netlink/utils.h:43:13: warning: comma at end of enumerator list [-Wpedantic]
    /usr/include/libnl3/netlink/attr.h:47:16: warning: comma at end of enumerator list [-Wpedantic]
    /usr/include/libnl3/netlink/route/link.h:95:23: warning: comma at end of enumerator list [-Wpedantic]
    ...
    
    Change-Id: I3f14e9d4887569e5d7befe1adb77561c8793437e
    Reviewed-on: https://code.wireshark.org/review/7201
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    

Actions performed:

    from  7263af8   Eliminate some DIRTY_ file lists.
    adds  4342333   libnl: disable pedantic warning of libnl lib


Summary of changes:
 caputils/iface_monitor.c |    3 +++
 caputils/ws80211_utils.c |    3 +++
 2 files changed, 6 insertions(+)