mirror of https://github.com/godotengine/godot
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'
^
```
|
||
|---|---|---|
| .. | ||
| android | ||
| arvr | ||
| doc_classes | ||
| gdnative | ||
| include | ||
| nativescript | ||
| net | ||
| pluginscript | ||
| SCsub | ||
| config.py | ||
| gdnative.cpp | ||
| gdnative.h | ||
| gdnative_api.json | ||
| gdnative_builders.py | ||
| gdnative_library_editor_plugin.cpp | ||
| gdnative_library_editor_plugin.h | ||
| gdnative_library_singleton_editor.cpp | ||
| gdnative_library_singleton_editor.h | ||
| register_types.cpp | ||
| register_types.h | ||