aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite/22_locale/money_put/put/char/6.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libstdc++-v3/testsuite/22_locale/money_put/put/char/6.cc')
-rw-r--r--libstdc++-v3/testsuite/22_locale/money_put/put/char/6.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libstdc++-v3/testsuite/22_locale/money_put/put/char/6.cc b/libstdc++-v3/testsuite/22_locale/money_put/put/char/6.cc
index b663d76bbe2..5177c76744a 100644
--- a/libstdc++-v3/testsuite/22_locale/money_put/put/char/6.cc
+++ b/libstdc++-v3/testsuite/22_locale/money_put/put/char/6.cc
@@ -34,7 +34,7 @@ struct My_money_io_2 : public std::moneypunct<char,false>
void test06()
{
using namespace std;
- bool test = true;
+ bool test __attribute__((unused)) = true;
typedef ostreambuf_iterator<char> OutIt;
locale loc(locale::classic(), new My_money_io_2);