Wireshark-commits: [Wireshark-commits] master a2b3b0d: usbll: fix no previous prototype for functio
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 02 Apr 2020 14:47:53 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=a2b3b0d49f9c3963acb97b52fd3ccfae0efa64e2
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

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

    usbll: fix no previous prototype for function
    
    packet-usbll.c:557:1: warning: no previous prototype for function 'proto_register_usbll' [-Wmissing-prototypes]
    packet-usbll.c:678:1: warning: no previous prototype for function 'proto_reg_handoff_usbll' [-Wmissing-prototypes]
    
    Change-Id: I407397ebaa4f60674d52ccd066e1e79d00371d6d
    Reviewed-on: https://code.wireshark.org/review/36656
    Petri-Dish: Anders Broman <a.broman58@xxxxxxxxx>
    Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  1467f6e   rtps: fix no previous prototype for function
     add  a2b3b0d   usbll: fix no previous prototype for function


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