Added a FALLTHRU comment to avoid a coverity warning.

Coverity 480.


git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@36350 f5534014-38df-0310-8fa8-9805f1628bb7
This commit is contained in:
stig 2011-03-26 15:24:36 +00:00
parent 3b097ad8e6
commit c50452d27d
1 changed files with 1 additions and 0 deletions

View File

@ -6699,6 +6699,7 @@ construct_match_selected_string(field_info *finfo, epan_dissect_t *edt,
case FT_INT24:
case FT_INT32:
is_signed_num = TRUE;
/* FALLTHRU */
case FT_UINT8:
case FT_UINT16:
case FT_UINT24: