summaryrefslogtreecommitdiffstats
path: root/libstdc++-v3/testsuite/22_locale/locale/cons/7.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libstdc++-v3/testsuite/22_locale/locale/cons/7.cc')
-rw-r--r--libstdc++-v3/testsuite/22_locale/locale/cons/7.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libstdc++-v3/testsuite/22_locale/locale/cons/7.cc b/libstdc++-v3/testsuite/22_locale/locale/cons/7.cc
index ffcd3ab943a..8b4aafe14f4 100644
--- a/libstdc++-v3/testsuite/22_locale/locale/cons/7.cc
+++ b/libstdc++-v3/testsuite/22_locale/locale/cons/7.cc
@@ -28,7 +28,7 @@ void
test02()
{
using namespace std;
- bool test = true;
+ bool test __attribute__((unused)) = true;
const string name_c("C");
const string name_no("*");
string str;
OpenPOWER on IntegriCloud