OSDN Git Service

2003-09-23 Benjamin Kosnik <bkoz@redhat.com>
[pf3gnuchains/gcc-fork.git] / libstdc++-v3 / testsuite / 22_locale / codecvt / length / wchar_t / 6.cc
index 76c151e..a0700c1 100644 (file)
@@ -62,7 +62,7 @@ void test06()
   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 = "black pearl jasmine tea";
   int                  size = strlen(e_lit);