]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libstdc++-v3/testsuite/23_containers/list/operators/2.cc
locale_facets.tcc: Tweak to avoid warnings.
[thirdparty/gcc.git] / libstdc++-v3 / testsuite / 23_containers / list / operators / 2.cc
index 09dc0f1c74f53652023f88515ecdbea05a74ff30..726c4bfcab4caf5f6c0c9e421d3ff723e7ef4a12 100644 (file)
@@ -21,7 +21,7 @@
 #include <list>
 #include <testsuite_hooks.h>
 
-bool test = true;
+bool test __attribute__((unused)) = true;
 
 // splice(p, x, i) + remove_if + operator==
 void
@@ -52,7 +52,7 @@ test02()
   VERIFY(list0201 == list0204);
 }
 
-main(int argc, char* argv[])
+int main()
 {
   test02();
   return 0;