tup: add -Wno-strict-prototypes for now;

glslang and ODE are the troublemakers.  I updated glslang but I'm too
lazy to update ODE, so I'm just gonna wait until we switch to jolt.
This commit is contained in:
bjorn 2024-03-29 18:04:42 -07:00
parent b7e1b5111e
commit c37cd3852f
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@ flags = {
cflags = {
'-std=c11 -pedantic',
'-Wall -Wextra -Wno-unused-parameter',
'-Wall -Wextra -Wno-unused-parameter -Wno-strict-prototypes',
config.strict and '-Werror' or '',
config.optimize and '-fdata-sections -ffunction-sections' or '',
'-fdiagnostics-color=always',