(svn r19127) -Codechange: Add printf-like warnings to more functions.
This commit is contained in:
@@ -137,7 +137,7 @@ struct DumpTarget {
|
||||
|
||||
void WriteIndent();
|
||||
|
||||
void WriteLine(const char *format, ...);
|
||||
void CDECL WriteLine(const char *format, ...) WARN_FORMAT(2, 3);
|
||||
void WriteValue(const char *name, const char *value_str);
|
||||
void WriteTile(const char *name, TileIndex t);
|
||||
|
||||
|
Reference in New Issue
Block a user