enable -Wpointer-arith for git builds

This commit is contained in:
Mike Blumenkrantz 2014-01-15 16:40:41 -05:00
parent 30ef7b217a
commit b719a6a8ff
1 changed files with 1 additions and 0 deletions

View File

@ -949,6 +949,7 @@ m4_ifdef([v_mic],
[
EFL_COMPILER_FLAG([-Wshadow])
EFL_COMPILER_FLAG([-Wall])
EFL_COMPILER_FLAG([-Wpointer-arith])
EFL_COMPILER_FLAG([-W])
EFL_COMPILER_FLAG([-Wno-missing-field-initializers])
])