From b719a6a8ff6abf895fec09e943bfd2f56a030829 Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Wed, 15 Jan 2014 16:40:41 -0500 Subject: [PATCH] enable -Wpointer-arith for git builds --- configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.ac b/configure.ac index 191b7f126..a39540426 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]) ])