OSDN Git Service

2003-09-23 Benjamin Kosnik <bkoz@redhat.com>
[pf3gnuchains/gcc-fork.git] / libstdc++-v3 / testsuite / 22_locale / codecvt / out / wchar_t / 7.cc
index 3c069c8..2a469c6 100644 (file)
@@ -47,7 +47,7 @@ void test03()
   typedef char                                 ext_type;
   typedef char_traits<char>                    ext_traits;
 
-  bool                         test = true;
+  bool test __attribute__((unused)) = true;
   const ext_type*      e_lit = "a";
   const int_type       i_lit[] = { L'a', 0x20ac, 0x0 };
   const int_type*       ifrom_next;