OSDN Git Service

2003-09-23 Benjamin Kosnik <bkoz@redhat.com>
[pf3gnuchains/gcc-fork.git] / libstdc++-v3 / testsuite / 27_io / basic_filebuf / seekoff / char / 3-out.cc
index 8749ff0..d803e55 100644 (file)
@@ -25,7 +25,7 @@
 
 void test02(std::filebuf& in, bool pass)
 {
-  bool test = true;
+  bool test __attribute__((unused)) = true;
   using namespace std;
   typedef streambuf::pos_type pos_type;
   typedef streambuf::off_type off_type;