Commit 6cd6aed7 by Paolo Carlini Committed by Paolo Carlini

12352.cc: Use __attribute__((unused)) for test.

2003-09-29  Paolo Carlini  <pcarlini@unitus.it>

	* testsuite/22_locale/locale/cons/12352.cc:
	Use __attribute__((unused)) for test.

From-SVN: r71896
parent e7c4333b
2003-09-29 Paolo Carlini <pcarlini@unitus.it>
* testsuite/22_locale/locale/cons/12352.cc:
Use __attribute__((unused)) for test.
2003-09-26 Ulrich Weigand <uweigand@de.ibm.com>
* testsuite/22_locale/time_put/put/char/2.cc (test_02): Allow either
......
......@@ -92,7 +92,7 @@ void operator delete[](void* p, const std::nothrow_t&) throw()
void test01(int iters)
{
using namespace std;
bool test = true;
bool test __attribute__((unused)) = true;
for (int j = 0; j < iters; ++j)
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment