OSDN Git Service

2003-09-23 Benjamin Kosnik <bkoz@redhat.com>
[pf3gnuchains/gcc-fork.git] / libstdc++-v3 / testsuite / 22_locale / codecvt / length / char / 1.cc
index 3ea244d..0859528 100644 (file)
@@ -31,7 +31,7 @@ void test01()
   typedef codecvt_base::result                 result;
   typedef codecvt<char, char, mbstate_t>       c_codecvt;
 
-  bool                         test = true;
+  bool test __attribute__((unused)) = true;
   const char*          c_lit = "black pearl jasmine tea";
   int                  size = 25;