Silence ode warning;

This commit is contained in:
bjorn 2022-02-02 14:37:11 -08:00
parent 6f3e46d8cf
commit 3f87393e04
1 changed files with 1 additions and 0 deletions

View File

@ -287,6 +287,7 @@ if config.modules.physics then
ode_cflags += '-Wno-undefined-var-template'
ode_cflags += '-Wno-undefined-bool-conversion'
ode_cflags += '-Wno-unused-value'
ode_cflags += '-Wno-null-dereference'
ode_cflags += '-Ideps/ode/include'
ode_cflags += '-Ideps/ode/ode/src'
ode_c_src += 'deps/ode/ode/src/*.c'