aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite/23_containers/list/cons/1.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libstdc++-v3/testsuite/23_containers/list/cons/1.cc')
-rw-r--r--libstdc++-v3/testsuite/23_containers/list/cons/1.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libstdc++-v3/testsuite/23_containers/list/cons/1.cc b/libstdc++-v3/testsuite/23_containers/list/cons/1.cc
index dfa8ce2bfa0..1d2f5662f02 100644
--- a/libstdc++-v3/testsuite/23_containers/list/cons/1.cc
+++ b/libstdc++-v3/testsuite/23_containers/list/cons/1.cc
@@ -21,7 +21,7 @@
#include <list>
#include <testsuite_hooks.h>
-bool test = true;
+bool test __attribute__((unused)) = true;
// A nontrivial type.
template<typename T>