diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2018-10-03 14:23:01 +0200 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2018-10-03 14:23:04 +0200 |
commit | 60688c3fe71f322fbf30938da47e717f9c3a0fb4 (patch) | |
tree | 606bab94e01c394f2cfb70de9a0c5aef6e1e7ad6 /drivers | |
parent | 6ab78d9ffbf0041a8b64a017a7586cbc3244ed46 (diff) |
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'
^
```
Diffstat (limited to 'drivers')
0 files changed, 0 insertions, 0 deletions