eolian: silence static analysis false positive

Fixes CID 1299412.
This commit is contained in:
Daniel Kolesa 2015-05-22 11:26:28 +01:00
parent f45f3e9f13
commit adf445e3bd
1 changed files with 1 additions and 0 deletions

View File

@ -1737,6 +1737,7 @@ _inherit_dep(Eo_Lexer *ls, Eina_Strbuf *buf)
snprintf(ebuf, sizeof(ebuf), "class '%s' cannot inherit from itself",
iname);
eo_lexer_syntax_error(ls, ebuf);
return; /* unreachable (longjmp above), make static analysis shut up */
}
fname = eina_hash_find(_filenames, fnm);
free(fnm);