OSDN Git Service

2003-09-23 Benjamin Kosnik <bkoz@redhat.com>
[pf3gnuchains/gcc-fork.git] / libstdc++-v3 / testsuite / 22_locale / codecvt / length / char / 2.cc
index 6e0a7e9..5e5023a 100644 (file)
@@ -49,7 +49,7 @@ void test02()
   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;