Fix compiler warning

The final return should not be reachable - but there is no way for
the compiler to know

Just return 0 as last fallback

https://bugzilla.gnome.org/show_bug.cgi?id=770652
This commit is contained in:
Dominique Leuenberger 2016-08-31 16:44:08 +02:00
parent 77cc6d799b
commit 2f0a9546b2

View file

@ -238,6 +238,8 @@ get_function_declaration_length (gchar **lines)
nb_lines++;
cur_line++;
}
/* should not be reachable - but silences a compiler warning */
return 0;
}
static GSList *