Wireshark-commits: [Wireshark-commits] master bfe9332: SKINNY: Fix some warning

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 25 Aug 2014 19:53:42 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=bfe9332f98dc1123926a0713684f38126a72b018
Submitter: Alexis La Goutte (alexis.lagoutte@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

bfe9332 by Diederik de Groot (ddegroot@xxxxxxxx):

    SKINNY: Fix some warning
    
    Fix: cog [[[END]]] in packet-skinny.h.in
    Fix: error: expression which evaluates to zero treated as a null pointer constant of type 'const gchar *' (aka 'const char *') [-Werror,-Wnon-literal-null-conversion] (Reported by Alexis La Goutte and found by Clang 3.6)
    
    Change-Id: Ic354f349eef8a12a7e18e841b517ea4f72ba86f2
    Reviewed-on: https://code.wireshark.org/review/3842
    Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    

Actions performed:

    from  ab33c40   More README.cmake updates.
    adds  bfe9332   SKINNY: Fix some warning


Summary of changes:
 epan/dissectors/packet-skinny.c    |    2 +-
 epan/dissectors/packet-skinny.c.in |    2 +-
 epan/dissectors/packet-skinny.h    |   24 ++++++++++++++++++++----
 epan/dissectors/packet-skinny.h.in |    4 +++-
 4 files changed, 25 insertions(+), 7 deletions(-)