OSDN Git Service

2003-09-23 Benjamin Kosnik <bkoz@redhat.com>
[pf3gnuchains/gcc-fork.git] / libstdc++-v3 / testsuite / 22_locale / codecvt / length / wchar_t / 5.cc
index 284233e..2921a9d 100644 (file)
@@ -44,7 +44,7 @@ void test05()
   typedef codecvt<wchar_t, char, mbstate_t>    w_codecvt;
   typedef char                                 ext_type;
 
-  bool                         test = true;
+  bool test __attribute__((unused)) = true;
   const ext_type       e_lit[] = { '\0', '\0', 'f', '\0' };
   int                  size = sizeof(e_lit);