mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 13:44:56 +00:00
GCC build fix
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
#include <../ucrt/malloc.h>
|
||||
#else
|
||||
#pragma GCC diagnostic push
|
||||
#pragma GCC diagnostic ignored "-Wpragmas"
|
||||
#pragma GCC diagnostic ignored "-Winclude-next-absolute-path"
|
||||
#include_next <malloc.h>
|
||||
#pragma GCC diagnostic pop
|
||||
|
||||
Reference in New Issue
Block a user