OSDN Git Service

2003-09-23 Benjamin Kosnik <bkoz@redhat.com>
[pf3gnuchains/gcc-fork.git] / libstdc++-v3 / testsuite / 23_containers / set / operators / 1_neg.cc
index c3c2374..0c620a1 100644 (file)
@@ -28,7 +28,7 @@
 // libstdc++/86: map & set iterator comparisons are not type-safe
 int main(void)
 {
-  bool test = true;
+  bool test __attribute__((unused)) = true;
 
   std::set<unsigned int> setByIndex;
   std::set<std::string> setByName;