2
0
mirror of https://github.com/FWGS/xash3d-fwgs synced 2024-11-22 01:45:19 +01:00

wscript: warn about missing-prototypes by default for C

This commit is contained in:
Alibek Omarov 2024-01-27 19:41:52 +03:00
parent 901b35d4b1
commit 0231f5e8ac

View File

@ -333,7 +333,8 @@ def configure(conf):
'-Werror=old-style-declaration',
'-Werror=old-style-definition',
'-Werror=strict-prototypes',
'-fnonconst-initializers' # owcc
'-fnonconst-initializers', # owcc
'-Wmissing-prototypes', # not an error yet
]
opt_cxxflags = [] # TODO: