Ildaeil: Separate drawing and idle logic, fixing some crashes

This commit is contained in:
falkTX 2021-11-14 21:08:32 +00:00
parent 0fa7cbd349
commit ae3097809b
3 changed files with 126 additions and 101 deletions

View file

@ -602,13 +602,16 @@ BUILD_C_FLAGS += -fno-finite-math-only
BUILD_CXX_FLAGS += -fno-finite-math-only
# --------------------------------------------------------------
# FIXME lots of warnings from VCV side
# lots of warnings from VCV side
BASE_FLAGS += -Wno-unused-parameter
BASE_FLAGS += -Wno-unused-variable
# also lots of plugins not updated to v2 yet
# --------------------------------------------------------------
# also from plugins
BASE_FLAGS += -Wno-deprecated-declarations
BASE_FLAGS += -Wno-unknown-warning-option
# --------------------------------------------------------------
# Build targets