]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libstdc++-v3/testsuite/27_io/basic_filebuf/seekpos/wchar_t/9875_seekpos.cc
locale_facets.tcc: Tweak to avoid warnings.
[thirdparty/gcc.git] / libstdc++-v3 / testsuite / 27_io / basic_filebuf / seekpos / wchar_t / 9875_seekpos.cc
index fc03e0b431a80d50f88f4fbccc3c33665d4479bb..37ae534eecc21ff3ed8170c56ebc9e378f65602a 100644 (file)
@@ -79,7 +79,7 @@ protected:
 void test01()
 {
   using namespace std;
-  bool test = true;
+  bool test __attribute__((unused)) = true;
 
   // seekpos
   wfilebuf fb;