Wireshark-commits: [Wireshark-commits] master ae3e671: proto.h: avoid warning about not really depr

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 07 Apr 2019 18:37:20 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=ae3e6712f3e3c7148f5a9d60b703b25ce11e2f37
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

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

    proto.h: avoid warning about not really deprecated (Clang)
    
    proto.h:853:5: warning: declaration is marked with '\deprecated' command but does not have a deprecation attribute [-Wdocumentation-deprecated-sync]
    proto.h:866:5: warning: declaration is marked with '\deprecated' command but does not have a deprecation attribute [-Wdocumentation-deprecated-sync]
    
    Change-Id: I6da6048b2c4e2860f655ae595f4f800587c63217
    Reviewed-on: https://code.wireshark.org/review/32770
    Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  59a1e65   ieee1722: Associate dissector with UDP port 17220
     add  ae3e671   proto.h: avoid warning about not really deprecated (Clang)


Summary of changes:
 epan/proto.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)