Wireshark-commits: [Wireshark-commits] master e0b15f5: Fix warning found by -Wunused-const-variable
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 27 Apr 2014 19:42:58 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=e0b15f5e17859257889073939833f616c63f0ad3
Submitter: Alexis La Goutte (alexis.lagoutte@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

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

    Fix warning found by -Wunused-const-variable (Clang 3.5)
    
    packet-gvcp.c:493:27: error: unused variable 'linkconfiguration_class' [-Werror,-Wunused-const-variable]
    
    Change-Id: Id31ced029af9700f47230df4afa5c0a4aaecf6d3
    Reviewed-on: https://code.wireshark.org/review/1392
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    

Actions performed:

    from  af2eebe   Reorder fields in http_conv_t to save some memory.
    adds  e0b15f5   Fix warning found by -Wunused-const-variable (Clang 3.5)


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