e: do not use useless warning "missing field initializers"

Now that E is starting to use edbus, it would be great to shut up this
gcc warning, so the edbus tables can be written sanely.



SVN revision: 81978
This commit is contained in:
Lucas De Marchi 2013-01-02 13:15:01 +00:00
parent 5b714e3146
commit de0b5a2978
1 changed files with 1 additions and 0 deletions

View File

@ -919,6 +919,7 @@ m4_ifdef([v_mic],
EFL_COMPILER_FLAG([-Wshadow])
EFL_COMPILER_FLAG([-Wall])
EFL_COMPILER_FLAG([-W])
EFL_COMPILER_FLAG([-Wno-missing-field-initializers])
])
SUID_CFLAGS=-fPIE