diff options
author | Daniel Kolesa <d.kolesa@osg.samsung.com> | 2015-05-22 11:26:28 +0100 |
---|---|---|
committer | Daniel Kolesa <d.kolesa@osg.samsung.com> | 2015-05-22 11:26:28 +0100 |
commit | adf445e3bdc290e78e3be05bbaeea54739568205 (patch) | |
tree | 6a4940d3deee6b61be255379731bb26f97e4be3f | |
parent | f45f3e9f13de1f1f6ab836867f6a3e365a7b971d (diff) |
eolian: silence static analysis false positive
Fixes CID 1299412.
-rw-r--r-- | src/lib/eolian/eo_parser.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/eolian/eo_parser.c b/src/lib/eolian/eo_parser.c index 0941c87ac7..49c3a845a6 100644 --- a/src/lib/eolian/eo_parser.c +++ b/src/lib/eolian/eo_parser.c | |||
@@ -1737,6 +1737,7 @@ _inherit_dep(Eo_Lexer *ls, Eina_Strbuf *buf) | |||
1737 | snprintf(ebuf, sizeof(ebuf), "class '%s' cannot inherit from itself", | 1737 | snprintf(ebuf, sizeof(ebuf), "class '%s' cannot inherit from itself", |
1738 | iname); | 1738 | iname); |
1739 | eo_lexer_syntax_error(ls, ebuf); | 1739 | eo_lexer_syntax_error(ls, ebuf); |
1740 | return; /* unreachable (longjmp above), make static analysis shut up */ | ||
1740 | } | 1741 | } |
1741 | fname = eina_hash_find(_filenames, fnm); | 1742 | fname = eina_hash_find(_filenames, fnm); |
1742 | free(fnm); | 1743 | free(fnm); |