OSDN Git Service

2003-09-23 Benjamin Kosnik <bkoz@redhat.com>
[pf3gnuchains/gcc-fork.git] / libstdc++-v3 / testsuite / 27_io / objects / wchar_t / 10.cc
index f797380..3c57653 100644 (file)
@@ -27,7 +27,7 @@ void test10()
 {
   using namespace std;
   
-  bool test = true;
+  bool test __attribute__((unused)) = true;
   const char* name = "tmp_10";
 
   locale loc(__gnu_test::try_named_locale("se_NO.UTF-8"));