- Add missing GCCPRINTF to timidity cmsg function.

Luckily, this has shown no problems.
This commit is contained in:
Edoardo Prezioso 2016-12-10 13:00:13 +01:00 committed by Christoph Oelckers
parent b78b8662dc
commit d4a674740e

View file

@ -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);
/*