forked from mirrors/0ad
Annotate some more printf-style functions, for type checking
This was SVN commit r7176.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user