OSDN Git Service

2003-09-23 Benjamin Kosnik <bkoz@redhat.com>
[pf3gnuchains/gcc-fork.git] / libstdc++-v3 / testsuite / 27_io / basic_filebuf / seekoff / char / 1-out.cc
index 40c62aa..f83af78 100644 (file)
@@ -39,9 +39,8 @@ void test05()
   typedef filebuf::off_type    off_type;
   typedef filebuf::traits_type         traits_type;
 
-  bool                                 test = true;
+  bool test __attribute__((unused)) = true;
   streamsize                   strmsz_1, strmsz_2;
-  streamoff                    strmof_1, strmof_2;
 
   int_type c1;
   int_type c2;
@@ -117,7 +116,7 @@ void test05()
   }
 }
 
-main() 
+int main() 
 {
   test05();
   return 0;