Commit dc7c62ae by Andreas Tobler Committed by Andreas Tobler

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.
	* configure: Rebuilt.

From-SVN: r81444
parent 8a897bf9
2004-05-03 Andreas Tobler <a.tobler@schweiz.ch>
* acinclude.m4: Replace -W with more speaking -Wextra.
* configure: Rebuilt.
2004-05-03 Paolo Carlini <pcarlini@suse.de> 2004-05-03 Paolo Carlini <pcarlini@suse.de>
Optimize locale::_M_impl->_M_names for the most common cases: Optimize locale::_M_impl->_M_names for the most common cases:
......
...@@ -711,7 +711,7 @@ AC_DEFUN([GLIBCXX_EXPORT_FLAGS], [ ...@@ -711,7 +711,7 @@ AC_DEFUN([GLIBCXX_EXPORT_FLAGS], [
OPTIMIZE_CXXFLAGS= OPTIMIZE_CXXFLAGS=
AC_SUBST(OPTIMIZE_CXXFLAGS) AC_SUBST(OPTIMIZE_CXXFLAGS)
WARN_FLAGS='-Wall -W -Wwrite-strings -Wcast-qual' WARN_FLAGS='-Wall -Wextra -Wwrite-strings -Wcast-qual'
AC_SUBST(WARN_FLAGS) AC_SUBST(WARN_FLAGS)
]) ])
......
...@@ -3965,7 +3965,7 @@ darwin* | rhapsody*) ...@@ -3965,7 +3965,7 @@ darwin* | rhapsody*)
lt_cv_deplibs_check_method=pass_all lt_cv_deplibs_check_method=pass_all
;; ;;
freebsd* ) freebsd* | kfreebsd*-gnu)
if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then
case $host_cpu in case $host_cpu in
i*86 ) i*86 )
...@@ -4033,7 +4033,7 @@ linux-gnu*) ...@@ -4033,7 +4033,7 @@ linux-gnu*)
lt_cv_file_magic_test_file=`echo /lib/libc.so* /lib/libc-*.so` lt_cv_file_magic_test_file=`echo /lib/libc.so* /lib/libc-*.so`
;; ;;
netbsd*) netbsd* | knetbsd*-gnu)
if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then
lt_cv_deplibs_check_method='match_pattern /lib[^/\.]+\.so\.[0-9]+\.[0-9]+$' lt_cv_deplibs_check_method='match_pattern /lib[^/\.]+\.so\.[0-9]+\.[0-9]+$'
else else
...@@ -73212,7 +73212,7 @@ echo "${ECHO_T}$gxx_include_dir" >&6 ...@@ -73212,7 +73212,7 @@ echo "${ECHO_T}$gxx_include_dir" >&6
OPTIMIZE_CXXFLAGS= OPTIMIZE_CXXFLAGS=
WARN_FLAGS='-Wall -W -Wwrite-strings -Wcast-qual' WARN_FLAGS='-Wall -Wextra -Wwrite-strings -Wcast-qual'
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment