Wireshark-commits: [Wireshark-commits] master 08af00d: rtps: fix no previous prototype for function

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 24 Jul 2020 12:54:33 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=08af00d7598cd4eeb274d8ff8477c535a49cc92a
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

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

    rtps: fix no previous prototype for function
    
    packet-rtps.c:4486:10: warning: no previous prototype for ‘union_compare’ [-Wmissing-prototypes]
    packet-rtps.c:4492:7: warning: no previous prototype for ‘union_hash’ [-Wmissing-prototypes]
    
    Change-Id: If5b95248fe69e5cef41693be863beef9e2fc428d
    Reviewed-on: https://code.wireshark.org/review/37946
    Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  fc0581e   TPM20: Add support for new commands
     add  08af00d   rtps: fix no previous prototype for function


Summary of changes:
 epan/dissectors/packet-rtps.c | 10 ----------
 1 file changed, 10 deletions(-)