projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3623df6
)
Remove the pedantic C junk.
author
Eric Anholt
<eric@anholt.net>
Mon, 3 May 2010 18:41:00 +0000
(11:41 -0700)
committer
Eric Anholt
<eric@anholt.net>
Mon, 3 May 2010 18:41:00 +0000
(11:41 -0700)
Mesa doesn't use pedantic ANSI C89, so I have no idea why we would.
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index f0a4301076d8e687091ba4ac3f833d1d996c05d0..37f3283a88734d63e7d5d499aecbed0ec9122fab 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-62,10
+62,6
@@
else
WARN=""
fi
-if test "x$GCC" = xyes ; then
- CFLAGS="$CFLAGS -std=c89 -ansi -pedantic"
-fi
-
CFLAGS="$CFLAGS $WARN"
CXXFLAGS="$CXXFLAGS $WARN"
YFLAGS="-d -v"