]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libstdc++-v3/testsuite/23_containers/set/modifiers/16728.cc
mt_allocator.h (__mt_alloc::__mt_alloc): Remove name of unused parameter.
[thirdparty/gcc.git] / libstdc++-v3 / testsuite / 23_containers / set / modifiers / 16728.cc
index 1571edebb487a646a57deae85c4668d071eb4092..2120f5bbff7a2072b59c00ee8bc0649adb67b5c3 100644 (file)
@@ -75,7 +75,7 @@ template<typename Container>
 
 template<typename Container>
   void
-  test_container(Container obj, bool run_threaded = false)
+  test_container(Container, bool run_threaded = false)
   {
     do_loop<Container>();
     std::ostringstream comment;