add -Wshadow to svn compile flags

SVN revision: 68861
This commit is contained in:
Mike Blumenkrantz 2012-03-07 00:23:57 +00:00
parent 308050778d
commit 0511cc34a1
1 changed files with 1 additions and 0 deletions

View File

@ -185,6 +185,7 @@ AM_CONDITIONAL([BUILD_MODULES], [test "x$have_dlopen" = "xyes"])
m4_ifdef([v_mic],
[
EFL_COMPILER_FLAG([-Wshadow])
EFL_COMPILER_FLAG([-Wall])
EFL_COMPILER_FLAG([-W])
])