Wireshark-commits: [Wireshark-commits] master e5cfd9e: Squelch compiler warnings.

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 9 May 2014 07:51:24 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=e5cfd9e13a0b6372b87727167843fa61d4926f95
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

e5cfd9e by Guy Harris (guy@xxxxxxxxxxxx):

    Squelch compiler warnings.
    
    Some are legitimate warnings - get_node_field_value() now returns a
    value that the callers are expected to g_free(), so we'd better not
    return a string constant.
    
    Change-Id: I937254316119044691c1d9a3da8c9615763e2e5a
    Reviewed-on: https://code.wireshark.org/review/1571
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  a1b1c8b   Revert "Refactor Wiretap"
    adds  e5cfd9e   Squelch compiler warnings.


Summary of changes:
 epan/print.c |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)