Ildaeil: Separate drawing and idle logic, fixing some crashes
This commit is contained in:
parent
0fa7cbd349
commit
ae3097809b
3 changed files with 126 additions and 101 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue