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

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 26 Apr 2019 11:57:31 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=ef44a8151aff9c2e4ed51437ba9a6c852dd79b28
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

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

    proto.h: avoid warning about not really deprecated (Clang) (v2)
    
    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: I50a462c7a05f36ba60484980fd8ae9026effc047
    Reviewed-on: https://code.wireshark.org/review/32922
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  5e63605   Expert Info: Displays comment of each packet in the expert information tab
     add  ef44a81   proto.h: avoid warning about not really deprecated (Clang) (v2)


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