OSDN Git Service

2003-09-23 Benjamin Kosnik <bkoz@redhat.com>
[pf3gnuchains/gcc-fork.git] / libstdc++-v3 / testsuite / 27_io / basic_ostream / inserters_arithmetic / char / 5.cc
index 647f871..ce521e2 100644 (file)
@@ -30,7 +30,7 @@ using namespace std;
 void
 test05()
 {
-  bool test = true;
+  bool test __attribute__((unused)) = true;
   double pi = 3.14159265358979323846;
   ostringstream ostr;
   ostr.precision(20);