CLANG: Add more errors

This commit is contained in:
Lorenz Meier 2015-09-20 10:26:11 +02:00
parent 5f2ae6ad67
commit bc8f4cf47f
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@ set(WARNINGS
-Werror=init-self
-Werror=return-type
-Werror=deprecated
-Werror=unused-private-field
-Wno-packed
-Wno-frame-larger-than=
#-Wcast-qual - generates spurious noreturn attribute warnings,