diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-02-27 14:26:34 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-02-27 14:26:34 +0000 |
| commit | 2747e0ee0911e00eebd5a81d7dd69fdf0567f3af (patch) | |
| tree | fc90cbd247e1f8563ec61f5945fb07ce80ed2c6d /wscript | |
| parent | 6f5c98faac19ffccb6c7e5e978e6c707f63e42a8 (diff) | |
Tweak warnings and add some more.
Diffstat (limited to 'wscript')
| -rw-r--r-- | wscript | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -78,8 +78,11 @@ def configure(conf): '-msse', '-fno-strict-aliasing', '-Wall', - '-Wno-attributes', + '-Wcast-align', '-Wextra', + '-Wwrite-strings', + '-Wunsafe-loop-optimizations', + '-Wlogical-op', # Remove auto_ptr warnings from libxml++-2.6 '-Wno-deprecated-declarations', '-D_FILE_OFFSET_BITS=64']) |
