Wireshark-commits: [Wireshark-commits] master 6f15d7a: Fix /home/jmayer/work/wireshark/git/wsutil/

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 1 Jun 2014 19:58:14 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=6f15d7a86516f485d95d3c9780645d074a58bf55
Submitter: Jörg Mayer (jmayer@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

6f15d7a by Joerg Mayer (jmayer@xxxxxxxxx):

    Fix /home/jmayer/work/wireshark/git/wsutil/nghttp2/nghttp2_hd.c:996:12: error: ‘check_index_range’ defined but not used [-Werror=unused-function]
     static int check_index_range(nghttp2_hd_context *context, size_t idx)
                ^
    cc1: all warnings being treated as errors
    
    Change-Id: Ie8e3fe12d339a689e0222eda501b253a7d6d923c
    Reviewed-on: https://code.wireshark.org/review/1912
    Reviewed-by: Jörg Mayer <jmayer@xxxxxxxxx>
    

Actions performed:

    from  d55bb72   Just have one value_string table for OUIs.
    adds  6f15d7a   Fix /home/jmayer/work/wireshark/git/wsutil/nghttp2/nghttp2_hd.c:996:12: error: ‘check_index_range’ defined but not used [-Werror=unused-function]  static int check_index_range(nghttp2_hd_context *context, size_t idx)             ^ cc1: all warnings being treated as errors


Summary of changes:
 wsutil/nghttp2/nghttp2_hd.c |    2 ++
 1 file changed, 2 insertions(+)