mirror of
https://github.com/godotengine/godot.git
synced 2025-12-07 22:00:10 +00:00
Core: Sidestep GCC false-positive
This commit is contained in:
parent
540ea0b96c
commit
acdb8667b5
2 changed files with 3 additions and 0 deletions
|
|
@ -30,7 +30,9 @@
|
|||
|
||||
#include "geometry_2d.h"
|
||||
|
||||
GODOT_GCC_WARNING_PUSH_AND_IGNORE("-Walloc-zero")
|
||||
#include "thirdparty/clipper2/include/clipper2/clipper.h"
|
||||
GODOT_GCC_WARNING_POP
|
||||
#include "thirdparty/misc/polypartition.h"
|
||||
#define STB_RECT_PACK_IMPLEMENTATION
|
||||
#include "thirdparty/misc/stb_rect_pack.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue