From de0b5a2978568a6aad772405b65f416b817bf521 Mon Sep 17 00:00:00 2001 From: Lucas De Marchi Date: Wed, 2 Jan 2013 13:15:01 +0000 Subject: [PATCH] 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 --- configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.ac b/configure.ac index 84a08493f..05ed1ffeb 100644 --- a/configure.ac +++ b/configure.ac @@ -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