From 11489a95954d9b77b40c4a1621521564dd5b2e07 Mon Sep 17 00:00:00 2001 From: Benjamin Kosnik Date: Sat, 22 Jul 2000 17:08:46 +0000 Subject: stl-inst.cc: Change __sink_unused_warning to unsigned int for alpha. 2000-07-21 Benjamin Kosnik * src/stl-inst.cc: Change __sink_unused_warning to unsigned int for alpha. * testsuite/26_numerics/complex_inserters_extractors.cc (testall): Change return type to void. * testsuite/25_algorithms/lower_bound.cc: Add return values. * testsuite/17_intro/header_ciso646.cc: Modify. * bits/locale_facets.h: Add return values for the generic cases. From-SVN: r35193 --- libstdc++-v3/testsuite/17_intro/header_ciso646.cc | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'libstdc++-v3/testsuite/17_intro') diff --git a/libstdc++-v3/testsuite/17_intro/header_ciso646.cc b/libstdc++-v3/testsuite/17_intro/header_ciso646.cc index c6c1e39a499..8e4369090b5 100644 --- a/libstdc++-v3/testsuite/17_intro/header_ciso646.cc +++ b/libstdc++-v3/testsuite/17_intro/header_ciso646.cc @@ -38,6 +38,8 @@ bool test01() { bool test = true; +#if 0 + #ifdef and test = false; #endif @@ -82,6 +84,8 @@ bool test01() test = false; #endif +#endif + #ifdef DEBUG_ASSERT assert(test); #endif -- cgit v1.2.1