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:
Paul Gilbert 2021-08-04 22:41:27 -07:00
parent de1f2b086b
commit 763a29e791

View File

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