1
0
Fork 0
mirror of https://github.com/notwa/rc synced 2024-07-01 03:07:13 -07:00

set another formatting warning as an error

This commit is contained in:
Connor Olding 2017-05-17 20:15:05 +00:00
parent 719ff3374b
commit b6d7892192

View File

@ -93,6 +93,7 @@ whoa=(
-Werror=implicit-function-declaration -Werror=implicit-function-declaration
-Werror=uninitialized -Werror=uninitialized
-Werror=format-security -Werror=format-security
-Werror=format-extra-args
-Werror=pointer-to-int-cast -Werror=pointer-to-int-cast
-Werror=int-to-pointer-cast -Werror=int-to-pointer-cast
-Werror=return-type -Werror=return-type