We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a362d3c commit 08dc2bbCopy full SHA for 08dc2bb
1 file changed
tests/test-utils.c
@@ -25,6 +25,8 @@
25
26
/* A small implementation of TAP */
27
static unsigned int test_number = 0;
28
+
29
+__attribute__((format(printf, 1, 2)))
30
static void
31
ok (const char *format, ...)
32
{
0 commit comments