OSDN Git Service

2003-09-23 Benjamin Kosnik <bkoz@redhat.com>
[pf3gnuchains/gcc-fork.git] / libstdc++-v3 / testsuite / 22_locale / locale / operations / 2.cc
index ed06e10..aa5db2a 100644 (file)
@@ -38,7 +38,7 @@ protected:
 void test02()
 {
   using namespace std;
-  bool test = true;
+  bool test __attribute__((unused)) = true;
   
   // Sanity check.
   locale loc_c = locale::classic();