projects
/
platform
/
upstream
/
efl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
343d0c8
)
efl: tell compiler to not yell about missing field initializers
author
Lucas De Marchi
<lucas.demarchi@profusion.mobi>
Sat, 29 Dec 2012 16:55:34 +0000
(16:55 +0000)
committer
Lucas De Marchi
<lucas.demarchi@profusion.mobi>
Sat, 29 Dec 2012 16:55:34 +0000
(16:55 +0000)
SVN revision: 81884
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index
1a0ff02
..
1e5953c
100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-550,7
+550,7
@@
AC_CHECK_TYPES([siginfo_t], [], [],
AC_C_BIGENDIAN
AC_C_INLINE
-EFL_CHECK_COMPILER_FLAGS([EFL], [-Wall -Wextra -Wpointer-arith])
+EFL_CHECK_COMPILER_FLAGS([EFL], [-Wall -Wextra -Wpointer-arith
-Wno-missing-field-initializers
])
case "${build_profile}" in
dev)
EFL_CHECK_COMPILER_FLAGS([EFL], [-Wshadow])