OSDN Git Service

2003-09-23 Benjamin Kosnik <bkoz@redhat.com>
[pf3gnuchains/gcc-fork.git] / libstdc++-v3 / testsuite / 26_numerics / complex_value.cc
index ebdd71a..62720c6 100644 (file)
@@ -26,7 +26,7 @@
 void test01()
 {
  using namespace std;
- bool test = true;
+ bool test __attribute__((unused)) = true;
  typedef complex<double> complex_type;
  const double cd1 = -11.451;
  const double cd2 = -442.1533;