cedric pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=88912c06a82ca840c5b30a9e0d56dcdffc40fdf3
commit 88912c06a82ca840c5b30a9e0d56dcdffc40fdf3 Author: Cedric Bail <cedric.b...@samsung.com> Date: Thu Oct 31 14:39:21 2013 +0900 evil: add missing define specific to Windows build. It is an optional flags that just shutdown useless warning at build time. --- configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.ac b/configure.ac index 413264a..9e99991 100644 --- a/configure.ac +++ b/configure.ac @@ -189,6 +189,7 @@ case "$host_os" in # TODO: check cygwin* here have_win32="yes" have_windows="yes" + EFL_CFLAGS="${EFL_CFLAGS} -D__MINGW_PRINTF_FORMAT" ;; darwin*) have_darwin="yes" --