Wireshark-commits: [Wireshark-commits] master 64b7bb0: http2: fix no previous prototype for functio
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 6 Jul 2020 14:51:07 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=64b7bb05d417bff918707f5a03ec2d4d5decd6b0
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

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

    http2: fix no previous prototype for functio
    
    packet-http2.c:285:6: warning: no previous prototype for ‘decode_as_http2_populate_list’ [-Wmissing-prototypes]
    
    Change-Id: Ife66469b7016437c1e2b6d41df99571e73159851
    Reviewed-on: https://code.wireshark.org/review/37741
    Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  fc3a9d3   enip: fix no previous prototype for function
     add  64b7bb0   http2: fix no previous prototype for functio


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