wscript: disallow -Wparentheses

This commit is contained in:
Alibek Omarov 2019-07-13 23:26:19 +03:00
parent cedc1e0eb2
commit 8a4239d48d
1 changed files with 2 additions and 0 deletions

View File

@ -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',
]
},