Browse Source

wscript: warn about unused variables

pull/2/head
Alibek Omarov 7 months ago
parent
commit
748b06a00e
  1. 3
      wscript

3
wscript

@ -324,6 +324,9 @@ def configure(conf): @@ -324,6 +324,9 @@ def configure(conf):
# disabled, flood
# '-Wdouble-promotion',
'-Wunused-variable',
'-Wunused-but-set-variable',
]
opt_cflags = [

Loading…
Cancel
Save