acinclude.m4: Replace -W with more speaking -Wextra.
2004-05-03 Andreas Tobler <a.tobler@schweiz.ch> * acinclude.m4: Replace -W with more speaking -Wextra. * aclocal.m4: Regenerate. * configure: Regenerate. From-SVN: r81454
This commit is contained in:
parent
007265b805
commit
dddf9bcc83
4 changed files with 9 additions and 3 deletions
|
@ -1,3 +1,9 @@
|
|||
2004-05-03 Andreas Tobler <a.tobler@schweiz.ch>
|
||||
|
||||
* acinclude.m4: Replace -W with more speaking -Wextra.
|
||||
* aclocal.m4: Regenerate.
|
||||
* configure: Regenerate.
|
||||
|
||||
2004-03-10 Kelley Cook <kcook@gcc.gnu.org>
|
||||
|
||||
* configure.ac: Bump AC_PREREQ to 2.59.
|
||||
|
|
|
@ -4643,7 +4643,7 @@ AC_MSG_CHECKING([for $compiler option to produce PIC])
|
|||
mvs*)
|
||||
case $cc_basename in
|
||||
cxx)
|
||||
_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-W c,exportall'
|
||||
_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-Wextra c,exportall'
|
||||
;;
|
||||
*)
|
||||
;;
|
||||
|
|
2
libjava/libltdl/aclocal.m4
vendored
2
libjava/libltdl/aclocal.m4
vendored
|
@ -4622,7 +4622,7 @@ AC_MSG_CHECKING([for $compiler option to produce PIC])
|
|||
mvs*)
|
||||
case $cc_basename in
|
||||
cxx)
|
||||
_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-W c,exportall'
|
||||
_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-Wextra c,exportall'
|
||||
;;
|
||||
*)
|
||||
;;
|
||||
|
|
2
libjava/libltdl/configure
vendored
2
libjava/libltdl/configure
vendored
|
@ -11255,7 +11255,7 @@ echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6
|
|||
mvs*)
|
||||
case $cc_basename in
|
||||
cxx)
|
||||
lt_prog_compiler_pic_CXX='-W c,exportall'
|
||||
lt_prog_compiler_pic_CXX='-Wextra c,exportall'
|
||||
;;
|
||||
*)
|
||||
;;
|
||||
|
|
Loading…
Add table
Reference in a new issue