]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libstdc++-v3/testsuite/22_locale/money_get/get/wchar_t/6.cc
locale_facets.tcc: Tweak to avoid warnings.
[thirdparty/gcc.git] / libstdc++-v3 / testsuite / 22_locale / money_get / get / wchar_t / 6.cc
index 0015cd92ca6034f2cd9bfb2a7515150c629a49f8..5d40fab761fefa4c574730c0502ac723ef26aec1 100644 (file)
@@ -54,7 +54,7 @@ void test06()
   using namespace std;
   typedef istreambuf_iterator<wchar_t> InIt;
 
-  bool test = true;
+  bool test __attribute__((unused)) = true;
 
   locale loc(locale::classic(), new My_money_io);