OSDN Git Service

2003-09-23 Benjamin Kosnik <bkoz@redhat.com>
[pf3gnuchains/gcc-fork.git] / libstdc++-v3 / testsuite / 27_io / objects / char / 9661-2_xin.cc
index 6b61746..f88ab64 100644 (file)
@@ -26,7 +26,7 @@ void test02()
 {
   using namespace std;
 
-  bool test = true;
+  bool test __attribute__((unused)) = true;
 
   int c1 = fgetc(stdin);
   int c2 = cin.rdbuf()->sputbackc(c1);