Fix some Dead Store (Dead assignement/Dead increment) Warning found by Clang

svn path=/trunk/; revision=48771
This commit is contained in:
Alexis La Goutte 2013-04-07 15:57:36 +00:00
parent b828c33c23
commit 5dcc13489b
1 changed files with 13 additions and 0 deletions

View File

@ -2533,3 +2533,16 @@ get_runtime_airpcap_version(GString *str)
vrev, build);
}
#endif /* HAVE_AIRPCAP */
/*
* Editor modelines - http://www.wireshark.org/tools/modelines.html
*
* Local variables:
* c-basic-offset: 4
* tab-width: 8
* indent-tabs-mode: nil
* End:
*
* vi: set shiftwidth=4 tabstop=8 expandtab:
* :indentSize=4:tabSize=8:noTabs=true:
*/