lkml.org 
[lkml]   [2012]   [Feb]   [23]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
SubjectRe: [PATCH] perf report: Add a simple GTK2-based 'perf report' browser
From
Date
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@verbum.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




\
 
 \ /
  Last update: 2012-02-23 21:37    [W:0.078 / U:0.028 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site