1 #ifndef _PERF_GTK_H_ 2 #define _PERF_GTK_H_ 1 3 4 #pragma GCC diagnostic ignored "-Wstrict-prototypes" 5 #include <gtk/gtk.h> 6 #pragma GCC diagnostic error "-Wstrict-prototypes" 7 8 #endif /* _PERF_GTK_H_ */ 9
1 #ifndef _PERF_GTK_H_ 2 #define _PERF_GTK_H_ 1 3 4 #pragma GCC diagnostic ignored "-Wstrict-prototypes" 5 #include <gtk/gtk.h> 6 #pragma GCC diagnostic error "-Wstrict-prototypes" 7 8 #endif /* _PERF_GTK_H_ */ 9