]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libstdc++-v3/testsuite/27_io/basic_istream/ignore/char/6360.cc
locale_facets.tcc: Tweak to avoid warnings.
[thirdparty/gcc.git] / libstdc++-v3 / testsuite / 27_io / basic_istream / ignore / char / 6360.cc
index 8e79620aafeae72e7a7dfb507e1ea1c5a7a26804..38c40cea24bacf0da364f505f17cbd3b3038e584 100644 (file)
@@ -33,7 +33,7 @@ void
 test08()
 {
   using namespace std;
-  bool test = true;
+  bool test __attribute__((unused)) = true;
 
   stringstream ss("abcd" "\xFF" "1234ina donna coolbrith");  
   char c;