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