Fix Dead Store (Dead assignement/Dead increment) warning found by Clang

svn path=/trunk/; revision=54044
This commit is contained in:
Alexis La Goutte 2013-12-13 14:16:46 +00:00
parent 719cc1ea30
commit 14b210c6f0
1 changed files with 1 additions and 1 deletions

View File

@ -119,7 +119,7 @@ read_set_decode_as_entries(gchar *key, const gchar *value,
sub_dissectors = find_dissector_table(values[0]);
if (sub_dissectors != NULL) {
lookup_entry_t lookup;
ftenum_t selector_type = dissector_table_get_type(sub_dissectors);
ftenum_t selector_type;
lookup.dissector_short_name = values[3];
lookup.handle = NULL;