godot/modules/gdnative/include
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
..
android Add access for GDNative modules to some platform dependent internals on Android 2018-06-19 17:49:23 +10:00
arvr [WIP] Adding version info to GDNative ARVR interfaces 2018-05-27 20:31:41 +10:00
gdnative Fix GDNative build warning on Android [-Wignored-attributes] 2018-10-03 14:23:04 +02:00
nativescript Clearly deprecate sync too in favor of remotesync. 2018-09-15 00:06:03 +02:00
net Add [Packet/Stream/Multiplayer]PeerGDNative 2018-06-27 19:07:30 +02:00
pluginscript Fix typos with codespell 2018-02-21 19:46:06 +01:00