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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user