Wireshark-commits: [Wireshark-commits] master 7c8314a: Fix ISO C forbids an empty translation unit
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 27 Nov 2015 22:22:16 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=7c8314a68340a331c43f3232f6158a9c3afff641
Submitter: Alexis La Goutte (alexis.lagoutte@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

7c8314a by João Valverde (joao.valverde@xxxxxxxxxxxxxxxxxx):

    Fix ISO C forbids an empty translation unit [-Wpedantic] (airpcap)
    
    Autotools only warning.
    
    Change-Id: I30f33d2f8611d662dbc62326862707bf05ad3f60
    Reviewed-on: https://code.wireshark.org/review/12150
    Petri-Dish: Peter Wu <peter@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Peter Wu <peter@xxxxxxxxxxxxx>
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    

Actions performed:

    from  d7f1243   Fix crash in UDP Multicast Streams dialog
    adds  7c8314a   Fix ISO C forbids an empty translation unit [-Wpedantic] (airpcap)


Summary of changes:
 caputils/Makefile.am          |   33 ++++++++++++++++++++-------------
 caputils/Makefile.common      |    6 +-----
 caputils/Makefile.nmake       |    7 +++++--
 caputils/airpcap_loader.c     |    3 ---
 configure.ac                  |   26 --------------------------
 ui/gtk/Makefile.am            |    7 +++++--
 ui/gtk/Makefile.common        |    8 +-------
 ui/gtk/Makefile.nmake         |    5 ++++-
 ui/gtk/airpcap_gui_utils.c    |    4 ----
 ui/gtk/main_airpcap_toolbar.c |    4 ----
 10 files changed, 36 insertions(+), 67 deletions(-)