URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=5c554c9c418d0c3fe1e250b6704bda366f78ad9d
Submitter: Martin Kaiser (wireshark@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
5c554c9 by Martin Kaiser (wireshark@xxxxxxxxx):
fix
packet-gtp.c: In function 'decode_gtp_imsi':
packet-gtp.c:3210:18: error: variable 'imsi_str' set but not used [-Werror=unused-but-set-variable]
cc1: all warnings being treated as errors
make[5]: *** [libdissectors_la-packet-gtp.lo] Error 1
by commenting out the unused variable
Change-Id: I498595f93423c599f902a1a0cc42b63cef2c4d7c
Reviewed-on: https://code.wireshark.org/review/3725
Reviewed-by: Martin Kaiser <wireshark@xxxxxxxxx>
Actions performed:
from 8670d9f TRILL ISIS: Unify MTID presentation in all cases
adds 5c554c9 fix
Summary of changes:
epan/dissectors/packet-gtp.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)