Mark a function as __printflike()
MFC after: 1 week
This commit is contained in:
parent
af9ad34d31
commit
8f23d50652
@ -117,7 +117,7 @@ static void unload_object(Obj_Entry *);
|
||||
static void unref_dag(Obj_Entry *);
|
||||
|
||||
void r_debug_state(struct r_debug*, struct link_map*);
|
||||
void xprintf(const char *, ...);
|
||||
void xprintf(const char *, ...) __printflike(1, 2);
|
||||
|
||||
/*
|
||||
* Data declarations.
|
||||
|
Loading…
Reference in New Issue
Block a user