OSDN Git Service

2003-09-23 Benjamin Kosnik <bkoz@redhat.com>
[pf3gnuchains/gcc-fork.git] / libstdc++-v3 / testsuite / 27_io / manipulators / standard / char / 2.cc
index b7ee2b4..be6c22d 100644 (file)
@@ -35,7 +35,7 @@ void
 test01()
 {
   using namespace std;
-  bool test = true;
+  bool test __attribute__((unused)) = true;
   string x ("   this is text");
   istringstream  sin (x);
   ostringstream  sout;