Merge tag 'armsoc-fixes-nc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...
[deliverable/linux.git] / tools / build / feature / test-gtk2.c
1 #pragma GCC diagnostic ignored "-Wstrict-prototypes"
2 #include <gtk/gtk.h>
3 #pragma GCC diagnostic error "-Wstrict-prototypes"
4
5 int main(int argc, char *argv[])
6 {
7 gtk_init(&argc, &argv);
8
9 return 0;
10 }
This page took 0.032327 seconds and 5 git commands to generate.