* lib/textstyle.in.h (html_ostream_create): Mark arg as unused.
+2025-03-24 Paul Eggert <eggert@cs.ucla.edu>
+
+ libtextstyle-optional: pacify gcc -Wunused-parameter
+ * lib/textstyle.in.h (html_ostream_create): Mark arg as unused.
+
2025-03-24 Bruno Haible <bruno@clisp.org>
getlocalename_l-unsafe: Work around Cygwin 3.6.0 bug.
}
static inline html_ostream_t
-html_ostream_create (ostream_t destination)
+html_ostream_create (_GL_ATTRIBUTE_MAYBE_UNUSED ostream_t destination)
{
/* Not supported without the real libtextstyle. */
abort ();