Rémi Verschelde
60688c3fe7
Fix GDNative build warning on Android [-Wignored-attributes]
Fixes the following kind of warning spam:
```
modules/gdnative/include/gdnative/color.h:61:6: warning: calling convention 'sysv_abi' ignored for this target [-Wignored-attributes]
void GDAPI godot_color_new_rgba(godot_color *r_dest, const godot_real p_r, const godot_real p_g, const godot_real p_b, const godot_real p_a);
^
modules/gdnative/include/gdnative/gdnative.h:52:15: note: expanded from macro 'GDAPI'
^
modules/gdnative/include/gdnative/gdnative.h:51:38: note: expanded from macro 'GDCALLINGCONV'
^
```
2018-10-03 14:23:04 +02:00
..
2018-06-19 17:49:23 +10:00
2018-09-28 14:07:39 +02:00
2018-08-21 00:35:46 +02:00
2018-09-13 17:23:38 +02:00
2018-10-03 14:23:04 +02:00
2018-09-28 17:30:28 +02:00
2018-09-28 14:07:39 +02:00
2018-09-28 14:07:39 +02:00
2018-07-26 11:56:21 +02:00
2018-09-13 17:23:38 +02:00
2018-08-30 19:18:55 +02:00
2018-01-01 22:47:22 -02:00
2018-02-01 16:47:20 +01:00
2018-01-05 01:22:23 +01:00
2018-01-05 01:22:23 +01:00
2018-09-13 10:59:00 +02:00
2018-09-12 09:52:22 +02:00
2018-09-27 16:33:52 +02:00
2018-01-05 01:22:23 +01:00
2018-09-28 14:07:39 +02:00