]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libstdc++-v3/testsuite/27_io/basic_filebuf/underflow/wchar_t/5.cc
locale_facets.tcc: Tweak to avoid warnings.
[thirdparty/gcc.git] / libstdc++-v3 / testsuite / 27_io / basic_filebuf / underflow / wchar_t / 5.cc
index f8636b0cc303c785ab6cbbad1016211270f564c0..5d8e25e5325e6f5ce74e59871c3aadc5c4e54604 100644 (file)
@@ -29,7 +29,7 @@
 void test05()
 {
   using namespace std;
-  bool test = true;
+  bool test __attribute__((unused)) = true;
   const char* name = "tmp_underflow-5";
 
   wfilebuf fb;