OSDN Git Service

2003-09-23 Benjamin Kosnik <bkoz@redhat.com>
[pf3gnuchains/gcc-fork.git] / libstdc++-v3 / testsuite / 27_io / basic_ostream / cons / char / 9827.cc
index 7a4f263..309d6f0 100644 (file)
@@ -30,7 +30,7 @@ class Buf : public std::streambuf
 void test01()
 {
   using namespace std;
-  bool test = true;
+  bool test __attribute__((unused)) = true;
 
   Buf buf;
   ostream stream(&buf);