summaryrefslogtreecommitdiff
path: root/tools/perf/util/gtk/gtk.h
diff options
context:
space:
mode:
authorIngo Molnar <mingo@kernel.org>2012-03-19 20:14:46 +0100
committerIngo Molnar <mingo@kernel.org>2012-03-19 20:14:46 +0100
commit9521d830b6341d1887dcfc2aebde23fbfa5f1473 (patch)
treedb6b03aaca5ca4a254912ae1a7f3e5e89ee182e4 /tools/perf/util/gtk/gtk.h
parentbea95c152dee1791dd02cbc708afbb115bb00f9a (diff)
parentc31a94570552dcaa517c4f7a043ffd28835016be (diff)
Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core
Fixes for the last batch from Namhyung and the initial GTK report browser from Pekka. Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools/perf/util/gtk/gtk.h')
-rw-r--r--tools/perf/util/gtk/gtk.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/tools/perf/util/gtk/gtk.h b/tools/perf/util/gtk/gtk.h
new file mode 100644
index 000000000000..75177ee04032
--- /dev/null
+++ b/tools/perf/util/gtk/gtk.h
@@ -0,0 +1,8 @@
+#ifndef _PERF_GTK_H_
+#define _PERF_GTK_H_ 1
+
+#pragma GCC diagnostic ignored "-Wstrict-prototypes"
+#include <gtk/gtk.h>
+#pragma GCC diagnostic error "-Wstrict-prototypes"
+
+#endif /* _PERF_GTK_H_ */