URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=aa1f55610b4a872eb1160a27fae1fa12cd28a5ed
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
aa1f556 by Alexis La Goutte (alexis.lagoutte@xxxxxxxxx):
MSDP: fix will never be executed [-Wunreachable-code]
Move tvbuff declaration for avoid https://llvm.org/bugs/show_bug.cgi?id=19020
Found by Clang 3.7
Change-Id: I299d2413dc4effc5e6e34c289152b8f401f19342
Reviewed-on: https://code.wireshark.org/review/10326
Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
Actions performed:
from 998dcc2 ANSI: Fix Dead Store (Dead assignement/Dead increment) warning found by Clang
adds aa1f556 MSDP: fix will never be executed [-Wunreachable-code]
Summary of changes:
epan/dissectors/packet-msdp.c | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)