We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b21aaa8 commit 0a9f03eCopy full SHA for 0a9f03e
src/util.h
@@ -1,6 +1,6 @@
1
#ifndef _UTIL_H_
2
#define _UTIL_H_
3
4
-void mbp_log(int level, const char *fmt, ...);
+void mbp_log(int level, const char *fmt, ...) __attribute__ ((format (printf, 2, 3)));
5
6
#endif
0 commit comments