URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=9b19d9a5f8b2d68634e2d64d3bc5235cf3f7e720
Submitter: Martin Kaiser (wireshark@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
9b19d9a by Pascal Quantin (pascal.quantin@xxxxxxxxx):
TCP: remove what seems to be a useless volatile attribute
It allows to get rid of the following error when compiling with gcc 4.7.2:
variable 'plen' might be clobbered by 'longjmp' or 'vfork' [-Werror=clobbered]
Change-Id: I1a647a6de7ddd25136b76237914ee7c5a8c7fa0a
Reviewed-on: https://code.wireshark.org/review/7580
Reviewed-by: Pascal Quantin <pascal.quantin@xxxxxxxxx>
Petri-Dish: Pascal Quantin <pascal.quantin@xxxxxxxxx>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
Reviewed-by: Martin Kaiser <wireshark@xxxxxxxxx>
Tested-by: Martin Kaiser <wireshark@xxxxxxxxx>
Actions performed:
from 40fc001 GVSP: add an option to deactivate (a rather weak) heuristic dissector
adds 9b19d9a TCP: remove what seems to be a useless volatile attribute
Summary of changes:
epan/dissectors/packet-tcp.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)