Wireshark-commits: [Wireshark-commits] master 7c5fbda: Proto.c: fix no previous prototype for ... [

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 9 Mar 2015 05:36:26 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=7c5fbdaebdd34d486969e366972c7bcb1ce1659d
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

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

    Proto.c: fix no previous prototype for ... [-Wmissing-prototypes]
    
    proto.c:8733:1: warning: no previous prototype for 'proto_tree_add_uint64_bits_format_value' [-Wmissing-prototypes]
    proto.c:8812:1: warning: no previous prototype for 'proto_tree_add_int64_bits_format_value' [-Wmissing-prototypes]
    proto.c:8861:1: warning: no previous prototype for 'proto_tree_add_boolean_bits_format_value64' [-Wmissing-prototypes]
    
    Change-Id: Ic40ca6f32739b415a423fc978e8677d669a95867
    Reviewed-on: https://code.wireshark.org/review/7509
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  a242c09   Small improvement in incomplete dissectors check.
    adds  7c5fbda   Proto.c: fix no previous prototype for ... [-Wmissing-prototypes]


Summary of changes:
 epan/proto.h |   47 +++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 47 insertions(+)