OSDN Git Service

2003-09-23 Benjamin Kosnik <bkoz@redhat.com>
[pf3gnuchains/gcc-fork.git] / libstdc++-v3 / testsuite / 22_locale / codecvt / out / wchar_t / 5.cc
index 13ca4b2..55ba7ef 100644 (file)
@@ -50,7 +50,7 @@ void test05()
   typedef char                                 ext_type;
   typedef char_traits<char>                    ext_traits;
 
-  bool                         test = true;
+  bool test __attribute__((unused)) = true;
   const ext_type       e_lit[] = { '\0', '\0', 'f', '\0' };
   const int_type       i_lit[] = { L'\0', L'\0', L'f', L'\0' };
   const int_type*       ifrom_next;