tell gcc to ignore invalid gtk header files

This commit is contained in:
Lennart Poettering 2009-02-21 04:12:52 +01:00
parent ed67b07c41
commit 4c3648aea3
2 changed files with 3 additions and 0 deletions

View file

@ -17,6 +17,8 @@
USA.
***/
#pragma GCC diagnostic ignored "-Wstrict-prototypes"
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif