]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
2004-02-14 Paolo Carlini <pcarlini@suse.de>
authorPaolo Carlini <paolo@gcc.gnu.org>
Sat, 14 Feb 2004 21:22:36 +0000 (21:22 +0000)
committerPaolo Carlini <paolo@gcc.gnu.org>
Sat, 14 Feb 2004 21:22:36 +0000 (21:22 +0000)
Adjust last commit.

From-SVN: r77830

libstdc++-v3/testsuite/27_io/basic_filebuf/overflow/char/9182-2.cc
libstdc++-v3/testsuite/27_io/basic_filebuf/seekoff/wchar_t/3.cc
libstdc++-v3/testsuite/27_io/basic_filebuf/seekpos/wchar_t/1.cc
libstdc++-v3/testsuite/27_io/basic_filebuf/sync/char/9182-1.cc

index e388d51e3d8462cb6fdfa4eb2a236d0ba44c91f3..f0018bb27b3b31509de332d1e45646edf95d23f8 100644 (file)
@@ -51,7 +51,8 @@ protected:
 void test14()
 {
   using namespace std;
-  
+  bool test __attribute__((unused)) = true;
+
   locale loc =  locale::classic();
   loc = locale(loc, new errorcvt);
   
index 0ac55b5a826d2490770ab0769d9b8c7af0e4fb92..9e5e83bf424022f466ca582d07bebd51e5985054 100644 (file)
@@ -24,6 +24,7 @@
 void test03()
 {
   using namespace std;
+  bool test __attribute__((unused)) = true;
 
   const char* name = "tmp_seekoff_3";
 
index dbaade3c979d78d0345c5904b5d38f035e1ceb9c..94482cfa6bfd7c83a362b865acedf304c730a5b9 100644 (file)
@@ -25,6 +25,7 @@
 void test01()
 {
   using namespace std;
+  bool test __attribute__((unused)) = true;
 
   const char* name = "tmp_seekpos_1";
 
index bc5b3dc086d7761b8d8a7df88af8bcee5546ecd8..c0546f9a63b1c380c64de7e0524cf514ca7f81e7 100644 (file)
@@ -51,6 +51,7 @@ protected:
 void test13()
 {
   using namespace std;
+  bool test __attribute__((unused)) = true;
 
   locale loc =  locale::classic();
   loc = locale(loc, new errorcvt);