aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite/22_locale/numpunct_byname/2.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libstdc++-v3/testsuite/22_locale/numpunct_byname/2.cc')
-rw-r--r--libstdc++-v3/testsuite/22_locale/numpunct_byname/2.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libstdc++-v3/testsuite/22_locale/numpunct_byname/2.cc b/libstdc++-v3/testsuite/22_locale/numpunct_byname/2.cc
index 4e6c9d68e62..57e7f301984 100644
--- a/libstdc++-v3/testsuite/22_locale/numpunct_byname/2.cc
+++ b/libstdc++-v3/testsuite/22_locale/numpunct_byname/2.cc
@@ -27,7 +27,7 @@ void test02()
{
using namespace std;
- bool test = true;
+ bool test __attribute__((unused)) = true;
locale loc_it = __gnu_test::try_named_locale("it_IT");