[3.x] GDNative: Fix Linux arm32 warning about ignored sysv_abi attribute
@@ -47,7 +47,7 @@ extern "C" {
#endif
#else // Linux/BSD/Web
-#if defined(__aarch64__)
+#if defined(__aarch64__) || defined(__arm__)
#define GDCALLINGCONV
#else
#define GDCALLINGCONV __attribute__((sysv_abi))