You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
[3.x] GDNative: Fix Linux arm32 warning about ignored sysv_abi attribute
This commit is contained in:
@@ -47,7 +47,7 @@ extern "C" {
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#else // Linux/BSD/Web
|
#else // Linux/BSD/Web
|
||||||
#if defined(__aarch64__)
|
#if defined(__aarch64__) || defined(__arm__)
|
||||||
#define GDCALLINGCONV
|
#define GDCALLINGCONV
|
||||||
#else
|
#else
|
||||||
#define GDCALLINGCONV __attribute__((sysv_abi))
|
#define GDCALLINGCONV __attribute__((sysv_abi))
|
||||||
|
|||||||
Reference in New Issue
Block a user