Wireshark-commits: [Wireshark-commits] master 5e5cc44: checkAPIs: handle C++ / C99-style '//' comme

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 14 May 2018 06:54:28 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=5e5cc440a26c93c9edfcf596eddc0974702d6d2c
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

5e5cc44 by Peter Wu (peter@xxxxxxxxxxxxx):

    checkAPIs: handle C++ / C99-style '//' comments
    
    Avoids a warning in epan/dissectors/packet-enip.c due to "time"
    appearing in a comment.
    
    Change-Id: I88b6856425c09fc3b8cb2edc345047062a07b662
    Reviewed-on: https://code.wireshark.org/review/27516
    Petri-Dish: Peter Wu <peter@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  3a1bf2b   Use ws_g_warning() for plugin registration errors.
    adds  5e5cc44   checkAPIs: handle C++ / C99-style '//' comments


Summary of changes:
 tools/checkAPIs.pl | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)