Remove the pedantic C junk.

Mesa doesn't use pedantic ANSI C89, so I have no idea why we would.
This commit is contained in:
Eric Anholt 2010-05-03 11:41:00 -07:00
parent 3623df68fa
commit 3bc8b68436
1 changed files with 0 additions and 4 deletions

View File

@ -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"