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

Commits:

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

    rtps: fix no previous prototype for function
    
    packet-rtps.c:1878:6: warning: no previous prototype for ‘rtps_util_add_coherent_set_general_cases_case’ [-Wmissing-prototypes]
    packet-rtps.c:1969:6: warning: no previous prototype for ‘rtps_util_detect_coherent_set_end_empty_data_case’ [-Wmissing-prototypes]
    
    Change-Id: If9c559f4ee341d0268e34cad51f11e8a9115961e
    Reviewed-on: https://code.wireshark.org/review/36655
    Reviewed-by: Juan Jose Martin Carrascosa <juanjo@xxxxxxx>
    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  2346ad8   cfdp: fix no previous prototype for function
     add  1467f6e   rtps: fix no previous prototype for function


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