OSDN Git Service

2003-09-23 Benjamin Kosnik <bkoz@redhat.com>
[pf3gnuchains/gcc-fork.git] / libstdc++-v3 / testsuite / 27_io / basic_filebuf / overflow / wchar_t / 11305-1.cc
index fc96a04..70788e3 100644 (file)
@@ -25,7 +25,7 @@
 void test01()
 {
   using namespace std;
-  bool test = true;
+  bool test __attribute__((unused)) = true;
 
   wfilebuf fb;
   locale loc(__gnu_test::try_named_locale("en_US.UTF-8"));