]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libstdc++-v3/testsuite/22_locale/time_put/put/wchar_t/12439_1.cc
mt_allocator.h (__mt_alloc::__mt_alloc): Remove name of unused parameter.
[thirdparty/gcc.git] / libstdc++-v3 / testsuite / 22_locale / time_put / put / wchar_t / 12439_1.cc
index 8d7d96ea1df07fda471b00f5a2be75fb5fc0aa52..7ef4643875bec43fac13cd10dfa599024e7fe9b4 100644 (file)
@@ -31,7 +31,7 @@ public:
 
 protected:
   iter_type do_put(iter_type s, std::ios_base&, char_type fill,
-                  const std::tm* t, char format, char modifier) const
+                  const std::tm*, char, char) const
   {
     fill_chars.push_back(fill);
     return s;