sorry goddard's printing too much for me

This commit is contained in:
CrashOveride95
2021-06-22 23:43:26 -04:00
parent 3e73a6c094
commit 2e534b1ab2

View File

@@ -11,15 +11,11 @@
// This macro is separate from the gd_printf function; one probably
// forwarded to the other, but it is hard to tell in which direction.
#if defined(ISVPRINT) || defined(UNF)
#define printf osSyncPrintf
#else
#define printf(...) \
_Pragma ("GCC diagnostic push") \
_Pragma ("GCC diagnostic ignored \"-Wunused-value\"") \
(__VA_ARGS__); \
_Pragma ("GCC diagnostic pop")
#endif
// structs
struct GdControl { // gGdCtrl