OSDN Git Service

2004-02-14 Paolo Carlini <pcarlini@suse.de>
authorpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 14 Feb 2004 21:22:36 +0000 (21:22 +0000)
committerpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 14 Feb 2004 21:22:36 +0000 (21:22 +0000)
Adjust last commit.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@77830 138bc75d-0d04-0410-961f-82ee72b054a4

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 e388d51..f0018bb 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 0ac55b5..9e5e83b 100644 (file)
@@ -24,6 +24,7 @@
 void test03()
 {
   using namespace std;
+  bool test __attribute__((unused)) = true;
 
   const char* name = "tmp_seekoff_3";
 
index dbaade3..94482cf 100644 (file)
@@ -25,6 +25,7 @@
 void test01()
 {
   using namespace std;
+  bool test __attribute__((unused)) = true;
 
   const char* name = "tmp_seekpos_1";
 
index bc5b3dc..c0546f9 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);