Wireshark-commits: [Wireshark-commits] master 9bfbffa: Use ws_g_warning in wslua.

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 26 Jul 2016 17:15:49 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=9bfbffa1c8a54053ee73fc3c55330e70c0e79e81
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

9bfbffa by Michael Mann (mmann78@xxxxxxxxxxxx):

    Use ws_g_warning in wslua.
    
    The g_warning calls seem legitimate, so "hide" them from checkAPIs.pl.
    
    Change-Id: I6d25b08e22aeeb0244e07836385f2b67d6261546
    Reviewed-on: https://code.wireshark.org/review/16703
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    

Actions performed:

    from  4713ce4   Ensure to have a valid string pointer when writing OS SHB option
    adds  9bfbffa   Use ws_g_warning in wslua.


Summary of changes:
 epan/wslua/wslua_file.c         |    9 +++++----
 epan/wslua/wslua_file_handler.c |   36 ++++++++++++++++++------------------
 epan/wslua/wslua_frame_info.c   |    5 +++--
 epan/wslua/wslua_gui.c          |   17 +++++++++--------
 epan/wslua/wslua_listener.c     |   11 ++++++-----
 epan/wslua/wslua_util.c         |    5 +++--
 6 files changed, 44 insertions(+), 39 deletions(-)