]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libstdc++-v3/testsuite/27_io/basic_istream/sentry/char/3.cc
locale_facets.tcc: Tweak to avoid warnings.
[thirdparty/gcc.git] / libstdc++-v3 / testsuite / 27_io / basic_istream / sentry / char / 3.cc
index 9f9e06a03d1e2f4c34057ac18cada95187434361..527f3920aa843440b166ebd00b4fb4eb33446c25 100644 (file)
@@ -37,7 +37,7 @@
 void
 test03()
 {
-  bool test = true;
+  bool test __attribute__((unused)) = true;
 
   std::stringbuf strbuf01;
   std::istream strm1(&strbuf01);