OSDN Git Service

2005-12-26 Chris Jefferson <chris@bubblescope.net>
[pf3gnuchains/gcc-fork.git] / libstdc++-v3 / testsuite / 27_io / basic_ostream / write / char / 1.cc
index b91a09e..7ac042e 100644 (file)
@@ -42,8 +42,8 @@ protected:
 
 void test01()
 {
-  bool test = true;
-
+  bool test __attribute__((unused)) = true;
+  
   Buf buf;
   std::ostream os(&buf);