mirror of
https://github.com/godotengine/godot.git
synced 2024-12-03 17:42:12 +00:00
60688c3fe7
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 | ||
config.py | ||
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 | ||
gdnative.cpp | ||
gdnative.h | ||
register_types.cpp | ||
register_types.h | ||
SCsub |