billiob pushed a commit to branch master. http://git.enlightenment.org/apps/terminology.git/commit/?id=5e5889338e85e4eb7daa8cd3bd953d5f9ce4f54c
commit 5e5889338e85e4eb7daa8cd3bd953d5f9ce4f54c Author: Boris Faure <[email protected]> Date: Sun Dec 10 17:16:52 2017 +0100 meson: find ecore_con_url_head() with strict CFLAGS --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 004ad94..d00fb35 100644 --- a/meson.build +++ b/meson.build @@ -73,7 +73,7 @@ if cc.has_function('mkstemps') endif url_head_code = '''#include <Ecore_Con.h> -int main(int argc, char *argv[]) { ecore_con_url_head(NULL); return 0; } +int main(void) { ecore_con_url_head(NULL); return 0; } ''' found = 'Not found' --
