ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

Wireshark-commits: [Wireshark-commits] master bd9ff6b: Add tools for fix -Wdocumentation

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 11 Nov 2014 17:31:46 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=bd9ff6bb8a13df618beb8ca132bbc837fe648208
Submitter: Alexis La Goutte (alexis.lagoutte@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

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

    Add tools for fix -Wdocumentation
    
    Use pragma to disable -Wdocumentation when include glib.h, gmodule or gtk/gtk.h
    
    Change-Id: I576c0d5c4a12ac3b505ac9543646356ff29ac814
    Reviewed-on: https://code.wireshark.org/review/5198
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    

Actions performed:

    from  7e2ede3   Hiqnet: fix warning found by fix-encoding-args tools
    adds  bd9ff6b   Add tools for fix -Wdocumentation


Summary of changes:
 tools/fix_pragma_wdocumentation.sh |   12 ++++++++++++
 1 file changed, 12 insertions(+)
 create mode 100755 tools/fix_pragma_wdocumentation.sh