1
0
forked from mirrors/0ad

Annotate some more printf-style functions, for type checking

This was SVN commit r7176.
This commit is contained in:
Ykkrosh
2009-11-06 23:06:50 +00:00
parent d7a057143d
commit 378bd89c1d
4 changed files with 13 additions and 4 deletions
+1 -1
View File
@@ -255,7 +255,7 @@ public:
{
}
bool operator()(const wchar_t* fmt, ...)
bool operator()(const wchar_t* fmt, ...) WPRINTF_ARGS(2)
{
va_list ap;
va_start(ap, fmt);