mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2024-12-22 20:06:49 +01:00
GDNative: Fix Linux arm32 warning about ignored sysv_abi attribute
This commit is contained in:
parent
487b454506
commit
85146c2646
@ -46,7 +46,7 @@ extern "C" {
|
|||||||
#define GDCALLINGCONV __attribute__((sysv_abi))
|
#define GDCALLINGCONV __attribute__((sysv_abi))
|
||||||
#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))
|
||||||
|
Loading…
Reference in New Issue
Block a user