mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2025-01-27 15:07:51 +01:00
Error out on bogus int conversion
This commit is contained in:
parent
c053281852
commit
ba0706d6b9
1 changed files with 2 additions and 1 deletions
|
@ -69,7 +69,8 @@ endif
|
|||
flags = [
|
||||
'-Werror=implicit-function-declaration',
|
||||
'-Werror=vla',
|
||||
'-fvisibility=hidden'
|
||||
'-fvisibility=hidden',
|
||||
'-Werror=int-conversion'
|
||||
]
|
||||
flags = cc.get_supported_arguments(flags)
|
||||
|
||||
|
|
Loading…
Reference in a new issue