OSDN Git Service

2003-09-23 Benjamin Kosnik <bkoz@redhat.com>
[pf3gnuchains/gcc-fork.git] / libstdc++-v3 / testsuite / 22_locale / codecvt / unshift / wchar_t / 1.cc
index 65aaea0..8410a35 100644 (file)
@@ -46,7 +46,7 @@ void test01()
   typedef wchar_t                              int_type;
   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);
   ext_type*            e_arr = new ext_type[size + 1];