mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2025-01-31 04:20:34 +00:00
- Add missing GCCPRINTF to timidity cmsg function.
Luckily, this has shown no problems.
This commit is contained in:
parent
b78b8662dc
commit
d4a674740e
1 changed files with 1 additions and 1 deletions
|
@ -190,7 +190,7 @@ enum
|
|||
VERB_DEBUG
|
||||
};
|
||||
|
||||
void cmsg(int type, int verbosity_level, const char *fmt, ...);
|
||||
void cmsg(int type, int verbosity_level, const char *fmt, ...) GCCPRINTF(3,4);
|
||||
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue