kconfig: add unexpected data itself to warning
[deliverable/linux.git] / tools / build / feature / test-gtk2.c
CommitLineData
7ef9e055
IM
1#pragma GCC diagnostic ignored "-Wstrict-prototypes"
2#include <gtk/gtk.h>
3#pragma GCC diagnostic error "-Wstrict-prototypes"
4
5int main(int argc, char *argv[])
6{
1e3f30fa 7 gtk_init(&argc, &argv);
7ef9e055
IM
8
9 return 0;
10}
This page took 0.125478 seconds and 5 git commands to generate.