summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2010-05-07 07:49:55 -0700
committerThomas White <taw@bitwiz.org.uk>2010-05-07 07:49:55 -0700
commita5ef0525ab34d7d5590aba51651ae1a6f40858bc (patch)
tree87d6e8add4161b674d0e80b06dfe55b4cc624151
parentcd91a3c251dfd0b9d4e1230b6f9dd498e46e8fb6 (diff)
Remove -pedantic from CFLAGS
The X header structure isn't sufficiently pedantic.
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 59e88a9..bb2d589 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -23,7 +23,7 @@
# -avoid-version prevents gratuitous .0.0.0 version numbers on the end
# _ladir passes a dummy rpath to libtool so the thing will actually link
# TODO: -nostdlib/-Bstatic/-lgcc platform magic, not installing the .a, etc.
-AM_CFLAGS = @XORG_CFLAGS@ @DRI_CFLAGS@ -pedantic -Wall -Werror -std=gnu99
+AM_CFLAGS = @XORG_CFLAGS@ @DRI_CFLAGS@ -Wall -Werror -std=gnu99
glamo_drv_la_LTLIBRARIES = glamo_drv.la
glamo_drv_la_LDFLAGS = -module -avoid-version @LIBDRM_LIBS@
glamo_drv_ladir = @moduledir@/drivers