Do not warn about an ununsed function, if it is marked with __attribute__((used)).
[cparser] / parsetest / cp_error044.c
1 typedef void ALvoid;
2
3 int f(ALvoid);
4
5 int main(void)
6 {
7         return 0;
8 }