Fix packet-netlink-sock_diag.c:653:4: warning: code will never be executed [-Wunreachable-code] found by Clang with extra compiler flags

Change-Id: Ie3917cee669cfe71f0967e132dd73145a55f0aad
Reviewed-on: https://code.wireshark.org/review/1321
Reviewed-by: Anders Broman <a.broman58@gmail.com>
This commit is contained in:
Alexis La Goutte 2014-04-24 08:33:39 +02:00 committed by Anders Broman
parent e45af4112f
commit 75f4f9dc92
1 changed files with 0 additions and 1 deletions

View File

@ -650,7 +650,6 @@ dissect_sock_diag_inet_sockid(tvbuff_t *tvb, netlink_sock_diag_info_t *info, pro
default:
DISSECTOR_ASSERT_NOT_REACHED();
offset += 32;
break;
}