Kaydet (Commit) 6bd53aeb authored tarafından Caolán McNamara's avatar Caolán McNamara

coverity#982647 Missing break in switch

Change-Id: Ifa318214079eeb2f903b3e0c4a27c1a807787fd4
üst 56abf72c
...@@ -292,6 +292,7 @@ int deftype (line, filep, file_red, file, parse_it, symbols) ...@@ -292,6 +292,7 @@ int deftype (line, filep, file_red, file, parse_it, symbols)
case IFNDEF: case IFNDEF:
debug(0,("%s, line %d: #%s %s\n", debug(0,("%s, line %d: #%s %s\n",
file->i_file, filep->f_line, directives[ret], p)); file->i_file, filep->f_line, directives[ret], p));
//fall-through
case UNDEF: case UNDEF:
/* /*
* separate the name of a single symbol. * separate the name of a single symbol.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment