mirror of
https://github.com/YGGverse/xash3d-fwgs.git
synced 2025-02-03 02:34:17 +00:00
wscript: warn about missing-prototypes by default for C
This commit is contained in:
parent
901b35d4b1
commit
0231f5e8ac
3
wscript
3
wscript
@ -333,7 +333,8 @@ def configure(conf):
|
|||||||
'-Werror=old-style-declaration',
|
'-Werror=old-style-declaration',
|
||||||
'-Werror=old-style-definition',
|
'-Werror=old-style-definition',
|
||||||
'-Werror=strict-prototypes',
|
'-Werror=strict-prototypes',
|
||||||
'-fnonconst-initializers' # owcc
|
'-fnonconst-initializers', # owcc
|
||||||
|
'-Wmissing-prototypes', # not an error yet
|
||||||
]
|
]
|
||||||
|
|
||||||
opt_cxxflags = [] # TODO:
|
opt_cxxflags = [] # TODO:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user