1
0
forked from GitHub/gf-core

another fix for Python on Windows

This commit is contained in:
Krasimir Angelov
2024-04-11 11:00:28 +02:00
parent 7153490986
commit 77752f02ec

View File

@@ -103,8 +103,9 @@ class PGF_INTERNAL_DECL PgfTypechecker {
PgfDBMarshaller db_m;
bool type_error(const char *fmt, ...)
#ifdef __GNUC__
__attribute__ ((format (printf, 2, 3)));
__attribute__ ((format (printf, 2, 3)))
#endif
;
public:
PgfTypechecker(ref<PgfPGF> gr, PgfMarshaller *m, PgfUnmarshaller *u, PgfExn* err);