OSDN Git Service

2003-09-23 Benjamin Kosnik <bkoz@redhat.com>
[pf3gnuchains/gcc-fork.git] / libstdc++-v3 / testsuite / 27_io / basic_stringstream / rdbuf / char / 2832.cc
index 5e4fe02..9a0b668 100644 (file)
@@ -34,9 +34,8 @@ active_buffer(std::ios& stream)
 // libstdc++/2832
 void test02()
 {
-  bool test = true;
+  bool test __attribute__((unused)) = true;
   const char* strlit01 = "fuck war";
-  const char* strlit02 = "two less cars abstract riot crew, critical mass/SF";
   const std::string str00;
   const std::string str01(strlit01);
   std::string str02;