Add gcc attribute format where it's missing
This commit is contained in:
parent
eb252201b6
commit
1d9aac2cf9
4 changed files with 8 additions and 2 deletions
|
@ -172,6 +172,7 @@ static void **ppvUserData;
|
|||
/* Global flags. From empth_init parameter. */
|
||||
static int global_flags;
|
||||
|
||||
static void loc_debug(const char *, ...) ATTRIBUTE((format(printf, 1, 2)));
|
||||
|
||||
/************************
|
||||
* loc_debug
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue