discomfitor pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=b719a6a8ff6abf895fec09e943bfd2f56a030829
commit b719a6a8ff6abf895fec09e943bfd2f56a030829 Author: Mike Blumenkrantz <zm...@samsung.com> Date: Wed Jan 15 16:40:41 2014 -0500 enable -Wpointer-arith for git builds --- configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.ac b/configure.ac index 191b7f1..a395404 100644 --- a/configure.ac +++ b/configure.ac @@ -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]) ]) --