OSDN Git Service

2003-09-23 Benjamin Kosnik <bkoz@redhat.com>
[pf3gnuchains/gcc-fork.git] / libstdc++-v3 / testsuite / 27_io / basic_ostream / sentry / char / 2.cc
index 4e7562c..72ba932 100644 (file)
@@ -50,7 +50,7 @@ struct buf: std::streambuf
 void
 test02()
 {
-  bool test = true;
+  bool test __attribute__((unused)) = true;
 
   buf b(0);
   std::ostream strm(&b);