From b346e948cb167c18efc33f32f0e7cfb21050fc96 Mon Sep 17 00:00:00 2001 From: Franklin Wei Date: Sun, 24 Jan 2016 16:58:59 -0500 Subject: objects partially implemented, fixes some bugs --- src/util.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/util.h') diff --git a/src/util.h b/src/util.h index 8cc44d5..3d7287a 100644 --- a/src/util.h +++ b/src/util.h @@ -21,6 +21,6 @@ /* utility functions */ void __attribute__((noreturn,format(printf,1,2))) error(const char *fmt, ...); -void debugf_real(const char*, int, const char*, const char *fmt, ...); +void __attribute__((format(printf,4,5))) debugf_real(const char*, int, const char*, const char *fmt, ...); void remove_cruft(char*); void all_upper(char*); -- cgit v1.1