Wireshark-commits: [Wireshark-commits] master-1.10 b850e6c: Squelch compiler warnings.
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=b850e6c3e47123daf2b3b929657302588a3fc9e2
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master-1.10
Repository: wireshark
Commits:
b850e6c by Jeff Morriss (morriss@xxxxxxxxxxx):
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.
Manually applied from I937254316119044691c1d9a3da8c9615763e2e5a (2 of the
4 chunks of that patch needed to be applied to this branch).
Change-Id: I2fa4e3bba37f0cf908d8afcfb437de877181ce52
Reviewed-on: https://code.wireshark.org/review/2115
Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
Actions performed:
from 627d583 CAPWAP: Display incorrect value for Wireless IEEE802.11 RSSI and Data Rate
adds b850e6c Squelch compiler warnings.
Summary of changes:
print.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)