mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-21 19:51:49 +00:00
AGS: Revert GCC_PRINTF macro from String AppendFmt method
This reverts commit de1f2b086bb96074675bc88ef1695c18b16a971b. I'm not sure what the errors mean, so reverting it for now
This commit is contained in:
parent
de1f2b086b
commit
763a29e791
@ -288,7 +288,7 @@ public:
|
||||
// Appends a single character
|
||||
void AppendChar(char c);
|
||||
// Appends a formatted string
|
||||
void AppendFmt(MSVC_PRINTF const char *fcstr, ...) GCC_PRINTF(1, 2);
|
||||
void AppendFmt(const char *fcstr, ...);
|
||||
void AppendFmtv(const char *fcstr, va_list argptr);
|
||||
// Clip* methods decrease the string, removing defined part
|
||||
// Cuts off leftmost N characters
|
||||
|
Loading…
x
Reference in New Issue
Block a user