wscript: disallow -Wparentheses
This commit is contained in:
parent
cedc1e0eb2
commit
8a4239d48d
1 changed files with 2 additions and 0 deletions
2
wscript
2
wscript
|
@ -139,6 +139,7 @@ def configure(conf):
|
|||
'-Werror=implicit-function-declaration',
|
||||
'-Werror=return-type',
|
||||
'-Werror=int-conversion',
|
||||
'-Werror=parentheses',
|
||||
'-fvisibility=hidden',
|
||||
],
|
||||
'gcc': [
|
||||
|
@ -147,6 +148,7 @@ def configure(conf):
|
|||
'-Werror=implicit-function-declaration',
|
||||
'-Werror=return-type',
|
||||
'-Werror=int-conversion',
|
||||
'-Werror=parentheses',
|
||||
'-fvisibility=hidden',
|
||||
]
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue