waf: add -Werror=ignored-qualifiers

Sub recently got a patch which introduced a bunch of these warnings
This commit is contained in:
Peter Barker 2019-08-01 14:34:52 +10:00 committed by Peter Barker
parent 157da70cf7
commit a3b5ed442c
1 changed files with 1 additions and 0 deletions

View File

@ -124,6 +124,7 @@ class Board:
'-Werror=parentheses',
'-Werror=format-extra-args',
'-Werror=delete-non-virtual-dtor',
'-Werror=ignored-qualifiers',
]
if cfg.options.scripting_checks: