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
This commit is contained in:
parent
e7c4333b11
commit
6cd6aed790
@ -1,3 +1,8 @@
|
||||
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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user