Skip to content

Commit

Permalink
Merge pull request #323 from esven/patch-1
Browse files Browse the repository at this point in the history
Update configure.ac wrong WARNINGS_TO_TEST expansion
  • Loading branch information
jessek committed Oct 16, 2014
2 parents f08f02e + 0e4665a commit 2dbe151
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ WARNINGS_TO_TEST="-MD -D_FORTIFY_SOURCE=2 -Wpointer-arith -Wmissing-declarations

if test $mingw = "no" ; then
# add the warnings we don't want to do on mingw
$WARNINGS_TO_TEST="$WARNINGS_TO_TEST -Wall -Wstrict-prototypes -Weffc++"
WARNINGS_TO_TEST="$WARNINGS_TO_TEST -Wall -Wstrict-prototypes -Weffc++"
fi

for option in $WARNINGS_TO_TEST
Expand Down Expand Up @@ -105,7 +105,7 @@ WARNINGS_TO_TEST="-Wall -MD -D_FORTIFY_SOURCE=2 -Wpointer-arith \

if test $mingw = "no" ; then
# add the warnings we don't want to do on mingw
$WARNINGS_TO_TEST="$WARNINGS_TO_TEST -Weffc++"
WARNINGS_TO_TEST="$WARNINGS_TO_TEST -Weffc++"
fi

for option in $WARNINGS_TO_TEST
Expand Down

0 comments on commit 2dbe151

Please sign in to comment.