OSDN Git Service

2003-09-23 Benjamin Kosnik <bkoz@redhat.com>
[pf3gnuchains/gcc-fork.git] / libstdc++-v3 / testsuite / 27_io / objects / char / 6648-2_xin.cc
index e25a8c3..efe4e65 100644 (file)
@@ -22,7 +22,7 @@
 
 void test09()
 {
-  bool test = true;
+  bool test __attribute__((unused)) = true;
   std::cout << "Enter favorite beach: ";
   std::cin.ignore(2048, '\n');
 }