Fix test-programs to build with -Werror

When building without --enable-extra-compiler-warnings then -Werror
is enabled by default and the test-programs make target fails
because of a -Wclobbered warning.

Change-Id: I6f01d76f2bf9351e2ed306f4cbdcf8b6ed200fea
Reviewed-on: https://code.wireshark.org/review/13869
Reviewed-by: Anders Broman <a.broman58@gmail.com>
This commit is contained in:
João Valverde 2016-02-08 04:38:27 +00:00 committed by Anders Broman
parent f51d167ae2
commit 48f698a439
1 changed files with 1 additions and 1 deletions

View File

@ -272,7 +272,7 @@
#define TRY \
{\
except_t *exc; \
except_t *volatile exc; \
volatile int except_state = 0; \
static const except_id_t catch_spec[] = { \
{ XCEPT_GROUP_WIRESHARK, XCEPT_CODE_ANY } }; \