summaryrefslogtreecommitdiff
path: root/lib/textstyle.in.h
diff options
context:
space:
mode:
authorAkim Demaille <akim.demaille@gmail.com>2019-03-22 20:05:46 +0100
committerAkim Demaille <akim.demaille@gmail.com>2019-03-22 20:15:01 +0100
commit5a929250f4890af2ae8224105b39822b5a992e8b (patch)
tree3bbc09fa2992e6488c61887ad4cb8fb947290a59 /lib/textstyle.in.h
parent480e356f01a7d2ed9435cb6a5d0facecfa8acabc (diff)
downloadgnulib-5a929250f4890af2ae8224105b39822b5a992e8b.tar.gz
libtextstyle-optional: Fix compiler warnings
* lib/textstyle.in.h (html_styled_ostream_create): Flag arguments as unused.
Diffstat (limited to 'lib/textstyle.in.h')
-rw-r--r--lib/textstyle.in.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/textstyle.in.h b/lib/textstyle.in.h
index 65fa6707a2..3eb71938f0 100644
--- a/lib/textstyle.in.h
+++ b/lib/textstyle.in.h
@@ -319,7 +319,8 @@ term_styled_ostream_create (int fd, const char *filename,
typedef styled_ostream_t html_styled_ostream_t;
static inline html_styled_ostream_t
-html_styled_ostream_create (ostream_t destination, const char *css_filename)
+html_styled_ostream_create (ostream_t destination _GL_UNUSED,
+ const char *css_filename _GL_UNUSED)
{
abort ();
return NULL;