Browse Source

wscript: few more warnings-as-errors

pull/2/head
Alibek Omarov 1 year ago
parent
commit
3fca567b81
  1. 3
      wscript

3
wscript

@ -209,6 +209,9 @@ def configure(conf): @@ -209,6 +209,9 @@ def configure(conf):
'-Werror=sizeof-pointer-memaccess',
'-Werror=sizeof-array-div',
'-Werror=sizeof-pointer-div',
'-Werror=string-compare',
'-Werror=use-after-free=3',
'-Werror=sequence-point',
# '-Werror=format=2',
# '-Wdouble-promotion', # disable warning flood
'-Wstrict-aliasing',

Loading…
Cancel
Save