OSDN Git Service

2003-09-23 Benjamin Kosnik <bkoz@redhat.com>
[pf3gnuchains/gcc-fork.git] / libstdc++-v3 / testsuite / 26_numerics / slice_array_assignment.cc
index a637b87..2d5af92 100644 (file)
@@ -34,7 +34,7 @@
 
 int main()
 {
-  bool test = true;
+  bool test __attribute__((unused)) = true;
   using std::valarray;
   using std::slice;
   valarray<int> v(1, 10), w(2, 10);