Enable -Wuseless-cast

This commit is contained in:
Kp 2016-08-19 03:41:42 +00:00
parent 6691a1ff33
commit ef93feca38

View file

@ -3222,6 +3222,7 @@ class DXXCommon(LazyObjectConstructor):
Werror + 'unused',
Werror + 'uninitialized',
Werror + 'undef',
Werror + 'useless-cast',
Werror + 'pointer-arith',
Werror + 'cast-qual',
Werror + 'missing-declarations',