Re: [PATCH] perf report: Add a simple GTK2-based 'perf report'browser

From: Ingo Molnar
Date: Fri Feb 24 2012 - 04:48:19 EST



* Pekka Enberg <penberg@xxxxxxxxxx> wrote:

> On Thu, Feb 23, 2012 at 10:33 PM, Colin Walters <walters@xxxxxxxxxx> wrote:
> >> Sure. We don't want to do that for all files. Just for the ones that
> >> include <gtk/gtk.h>.
> >
> > #pragma GCC diagnostic push
> > #pragma GCC diagnostic ignored "-Wstrict-prototypes"
> > #include <gtk/gtk.h>
> > #pragma GCC diagnostic pop
>
> It's cleaner to do it at Makefile level. We should do
> something like sparse.git Makefile does where you can
> optionally specify CFLAGS for individual source files.

I actually like the #pragma hack because it only turns off the
check for that broken header and keeps our checks in place for
the rest of the .c file.

Could be turned into a util/gtk.h file that is included instead
of <gtk/gtk.h>, so that we don't have to see the #pragma
workaround all the time?

Thanks,

Ingo
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/