]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libstdc++-v3/testsuite/27_io/basic_filebuf/seekoff/char/3-io.cc
locale_facets.tcc: Tweak to avoid warnings.
[thirdparty/gcc.git] / libstdc++-v3 / testsuite / 27_io / basic_filebuf / seekoff / char / 3-io.cc
index df03ad6cae2a3d95b4b41cf82943e3340fc061b5..e78abf1ad7dbaa2a43f2253c60759dffdb1af380 100644 (file)
@@ -25,7 +25,7 @@
 
 void test02(std::filebuf& in, bool pass)
 {
-  bool test = true;
+  bool test __attribute__((unused)) = true;
   using namespace std;
   typedef streambuf::pos_type pos_type;
   typedef streambuf::off_type off_type;