wscript: add some more alignment related diagnostics
This commit is contained in:
parent
2aaa6c6e04
commit
9c6183e6a0
1 changed files with 4 additions and 0 deletions
4
wscript
4
wscript
|
@ -271,6 +271,10 @@ def configure(conf):
|
|||
'-Werror=duplicated-branches', # BEWARE: buggy
|
||||
'-Werror=bool-compare',
|
||||
'-Werror=bool-operation',
|
||||
'-Werror=cast-align',
|
||||
'-Werror=cast-align=strict', # =strict is for GCC >=8
|
||||
'-Werror=packed',
|
||||
'-Werror=packed-not-aligned',
|
||||
'-Wuninitialized', # older GCC versions have -Wmaybe-uninitialized enabled by this switch, which is not accurate
|
||||
# so just warn, not error
|
||||
'-Winit-self',
|
||||
|
|
Loading…
Add table
Reference in a new issue