]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libstdc++-v3/testsuite/27_io/objects/char/9661-2_xin.cc
locale_facets.tcc: Tweak to avoid warnings.
[thirdparty/gcc.git] / libstdc++-v3 / testsuite / 27_io / objects / char / 9661-2_xin.cc
index 6b617463608b5a91e86d022865742a94c95ccc50..f88ab64d6216f540bce136ef6d083b777f46dc0a 100644 (file)
@@ -26,7 +26,7 @@ void test02()
 {
   using namespace std;
 
-  bool test = true;
+  bool test __attribute__((unused)) = true;
 
   int c1 = fgetc(stdin);
   int c2 = cin.rdbuf()->sputbackc(c1);