From f8ef786cfd35341f4c3d1742375e22f829a0876f Mon Sep 17 00:00:00 2001 From: bkoz Date: Tue, 23 Sep 2003 20:03:30 +0000 Subject: 2003-09-23 Benjamin Kosnik * include/bits/locale_facets.tcc: Tweak to avoid warnings. * testsuite/testsuite_hooks.h: Same. * testsuite/*/*.cc: Same. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@71693 138bc75d-0d04-0410-961f-82ee72b054a4 --- libstdc++-v3/testsuite/25_algorithms/lower_bound.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libstdc++-v3/testsuite/25_algorithms/lower_bound.cc') diff --git a/libstdc++-v3/testsuite/25_algorithms/lower_bound.cc b/libstdc++-v3/testsuite/25_algorithms/lower_bound.cc index a3a23050165..6afb28fffbc 100644 --- a/libstdc++-v3/testsuite/25_algorithms/lower_bound.cc +++ b/libstdc++-v3/testsuite/25_algorithms/lower_bound.cc @@ -28,5 +28,5 @@ bool operator< (const foo&, const foo&) { return true; }; void bar(foo* a, foo* b, foo& x) { - foo* c = std::lower_bound(a, b, x); + foo* c __attribute__((unused)) = std::lower_bound(a, b, x); } -- cgit v1.2.3