summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--man_macro.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/man_macro.c b/man_macro.c
index a8e9c601..da506e2d 100644
--- a/man_macro.c
+++ b/man_macro.c
@@ -222,6 +222,7 @@ rew_scope(enum man_type type, struct man *m, enum mant tok)
* any of these as the parent node, so it needs special handling.
* Beyond this, it's the same as blk_close().
*/
+/* ARGSUSED */
int
blk_dotted(MACRO_PROT_ARGS)
{
@@ -255,6 +256,7 @@ blk_dotted(MACRO_PROT_ARGS)
/*
* Close out a generic explicit macro.
*/
+/* ARGSUSED */
int
blk_close(MACRO_PROT_ARGS)
{