mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2025-01-29 00:54:56 +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 = [
|
flags = [
|
||||||
'-Werror=implicit-function-declaration',
|
'-Werror=implicit-function-declaration',
|
||||||
'-Werror=vla',
|
'-Werror=vla',
|
||||||
'-fvisibility=hidden'
|
'-fvisibility=hidden',
|
||||||
|
'-Werror=int-conversion'
|
||||||
]
|
]
|
||||||
flags = cc.get_supported_arguments(flags)
|
flags = cc.get_supported_arguments(flags)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue