diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-05-24 15:37:42 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-05-24 16:11:01 +0100 |
commit | 6bd53aeb7ab9beec736440e3f372f9954a680f9d (patch) | |
tree | 5ee9c66c9773447ce0aee62abc19140f8b0e3e02 /soltools | |
parent | 56abf72c459f7866d84ce3eeb7bf4fd5b7925b77 (diff) |
coverity#982647 Missing break in switch
Change-Id: Ifa318214079eeb2f903b3e0c4a27c1a807787fd4
Diffstat (limited to 'soltools')
-rw-r--r-- | soltools/mkdepend/parse.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/soltools/mkdepend/parse.c b/soltools/mkdepend/parse.c index 0914fbc57ede..0acc9ea88848 100644 --- a/soltools/mkdepend/parse.c +++ b/soltools/mkdepend/parse.c @@ -292,6 +292,7 @@ int deftype (line, filep, file_red, file, parse_it, symbols) case IFNDEF: debug(0,("%s, line %d: #%s %s\n", file->i_file, filep->f_line, directives[ret], p)); + //fall-through case UNDEF: /* * separate the name of a single symbol. |