summaryrefslogtreecommitdiff
path: root/source4/torture/ui.c
diff options
context:
space:
mode:
Diffstat (limited to 'source4/torture/ui.c')
-rw-r--r--source4/torture/ui.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/torture/ui.c b/source4/torture/ui.c
index ef4b45b77d..0ab8d4e8da 100644
--- a/source4/torture/ui.c
+++ b/source4/torture/ui.c
@@ -48,7 +48,7 @@ struct torture_test *torture_subtest(struct torture_test *parent, const char *na
return NULL;
}
-void torture_comment(struct torture_test *test, const char *comment, ...)
+void torture_comment(struct torture_test *test, const char *comment, ...) _PRINTF_ATTRIBUTE(2,3)
{
va_list ap;
char *tmp;