[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <1330029238.17301.3.camel@lenny>
Date: Thu, 23 Feb 2012 15:33:56 -0500
From: Colin Walters <walters@...bum.org>
To: Pekka Enberg <penberg@...nel.org>
Cc: linux-kernel@...r.kernel.org,
Peter Zijlstra <a.p.zijlstra@...llo.nl>,
Paul Mackerras <paulus@...ba.org>, Ingo Molnar <mingo@...e.hu>,
Arnaldo Carvalho de Melo <acme@...stprotocols.net>
Subject: Re: [PATCH] perf report: Add a simple GTK2-based 'perf report'
browser
On Thu, 2012-02-23 at 22:18 +0200, Pekka Enberg wrote:
> On Thu, 2012-02-23 at 18:18 +0200, Pekka Enberg wrote:
> >> This patch adds a simple GTK2-based browser to 'perf report' that's based on
> >> the TTY-based browser in builtin-report.c.
> >>
> >> Please not that you need to use
> >>
> >> make WERROR=0
>
> On Thu, Feb 23, 2012 at 9:36 PM, Colin Walters <walters@...bum.org> wrote:
> > You could -Wnoerror=strict-prototypes...
>
> 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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists