(svn r19127) -Codechange: Add printf-like warnings to more functions.

This commit is contained in:
frosch
2010-02-14 13:01:33 +00:00
parent d757f81646
commit 151babee57
2 changed files with 3 additions and 3 deletions

View File

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