wscript: warn about unused variables
This commit is contained in:
parent
273bccdc9a
commit
748b06a00e
1 changed files with 3 additions and 0 deletions
3
wscript
3
wscript
|
@ -324,6 +324,9 @@ def configure(conf):
|
||||||
|
|
||||||
# disabled, flood
|
# disabled, flood
|
||||||
# '-Wdouble-promotion',
|
# '-Wdouble-promotion',
|
||||||
|
|
||||||
|
'-Wunused-variable',
|
||||||
|
'-Wunused-but-set-variable',
|
||||||
]
|
]
|
||||||
|
|
||||||
opt_cflags = [
|
opt_cflags = [
|
||||||
|
|
Loading…
Add table
Reference in a new issue