parent
32df3a70ee
commit
67cfaf5a80
2 changed files with 6 additions and 3 deletions
|
|
@ -34,7 +34,7 @@ AC_MSG_CHECKING([maximum warning verbosity option])
|
|||
then
|
||||
if test "$GXX" = "yes"
|
||||
then
|
||||
ac_compile_warnings_opt='-Wall -W -ansi -pedantic'
|
||||
ac_compile_warnings_opt='-Wall -W -pedantic'
|
||||
fi
|
||||
CXXFLAGS="$CXXFLAGS $ac_compile_warnings_opt"
|
||||
ac_compile_warnings_msg="$ac_compile_warnings_opt for C++"
|
||||
|
|
@ -44,7 +44,7 @@ AC_MSG_CHECKING([maximum warning verbosity option])
|
|||
then
|
||||
if test "$GCC" = "yes"
|
||||
then
|
||||
ac_compile_warnings_opt='-Wall -W -ansi -pedantic'
|
||||
ac_compile_warnings_opt='-Wall -W -pedantic'
|
||||
fi
|
||||
CFLAGS="$CFLAGS $ac_compile_warnings_opt"
|
||||
ac_compile_warnings_msg="$ac_compile_warnings_msg $ac_compile_warnings_opt for C"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue