We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a362d3c + 08dc2bb commit 90e46b5Copy full SHA for 90e46b5
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