Skip to content

Commit

Permalink
Tone down CFLAGS (remove pointless ones).
Browse files Browse the repository at this point in the history
  • Loading branch information
kaniini committed Mar 5, 2012
1 parent 6a08109 commit 358b017
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion configure
Original file line number Diff line number Diff line change
Expand Up @@ -3501,7 +3501,7 @@ if test "x$ac_cv_prog_cc_c99" = "xno"; then :
fi
MORECFLAGS="-pipe -pedantic -Wall -Wextra"
MORECFLAGS="-pipe -Wall -Wextra -Wno-unused-parameter -Wno-missing-field-initializers"
if test "x$GCC" = "xyes"; then :
CFLAGS="$CFLAGS $MORECFLAGS"
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ AS_IF([test "x$ac_cv_prog_cc_c99" = "xno"], [
AC_MSG_ERROR([C compiler does not support C99], 1)
])

MORECFLAGS="-pipe -pedantic -Wall -Wextra"
MORECFLAGS="-pipe -Wall -Wextra -Wno-unused-parameter -Wno-missing-field-initializers"
AS_IF([test "x$GCC" = "xyes"], [
CFLAGS="$CFLAGS $MORECFLAGS"
])
Expand Down

0 comments on commit 358b017

Please sign in to comment.