mirror of
https://github.com/godotengine/godot.git
synced 2026-03-06 13:01:11 +00:00
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'
^
```
|
||
|---|---|---|
| .. | ||
| aabb.h | ||
| array.h | ||
| basis.h | ||
| color.h | ||
| dictionary.h | ||
| gdnative.h | ||
| node_path.h | ||
| plane.h | ||
| pool_arrays.h | ||
| quat.h | ||
| rect2.h | ||
| rid.h | ||
| string.h | ||
| string_name.h | ||
| transform.h | ||
| transform2d.h | ||
| variant.h | ||
| vector2.h | ||
| vector3.h | ||