OSDN Git Service

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