diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2013-07-29 23:49:08 +0100 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2013-07-29 23:49:08 +0100 |
commit | cf7d36455fc43e88697f4fb8fd865f3259ba0d1a (patch) | |
tree | 433d8a98bfe30fc09138e39825ff4dcfec317176 /src/sna/brw | |
parent | d7465ece29c9ae665a5a9f5bdac764a19062786e (diff) |
intel: Suppress some extremely noisy warnings
Warning about redundant declarations within the xorg headers hides
genuine warnings in our own code - disable them until the headers are
cleaned up.
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'src/sna/brw')
-rw-r--r-- | src/sna/brw/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sna/brw/Makefile.am b/src/sna/brw/Makefile.am index b3513cf9..61deb715 100644 --- a/src/sna/brw/Makefile.am +++ b/src/sna/brw/Makefile.am @@ -29,6 +29,7 @@ AM_CFLAGS = \ @XORG_CFLAGS@ \ @UDEV_CFLAGS@ \ @DRM_CFLAGS@ \ + @NOWARNFLAGS@ \ $(NULL) if DEBUG |