Navigation Menu

Skip to content

Commit

Permalink
add -Wextra and -Wno-unused-parameter option.
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Nov 27, 2011
1 parent 2f92031 commit 5ea3c23
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions configure.ac
Expand Up @@ -56,7 +56,12 @@ AC_DEFUN([CHECK_CXXFLAG], [

if test "$GCC" = "yes"; then
CHECK_CFLAG([-Wall])
CHECK_CFLAG([-Wextra])
CHECK_CFLAG([-Wno-unused-parameter])

CHECK_CXXFLAG([-Wall])
CHECK_CXXFLAG([-Wextra])
CHECK_CXXFLAG([-Wno-unused-parameter])
fi

standalone_build=
Expand Down

0 comments on commit 5ea3c23

Please sign in to comment.