OSDN Git Service

2003-09-23 Benjamin Kosnik <bkoz@redhat.com>
[pf3gnuchains/gcc-fork.git] / libstdc++-v3 / testsuite / 27_io / basic_istream / extractors_arithmetic / char / 10.cc
index de7bbf9..5df68d5 100644 (file)
@@ -48,7 +48,7 @@ bool test10() {
   std::stringbuf isbuf_01(str_01);
   std::istream is_01(&isbuf_01);
 
-  bool test = true;
+  bool test __attribute__((unused)) = true;
 
   int n = 365;
   is_01 >> n;