meson: find ecore_con_url_head() with strict CFLAGS

This commit is contained in:
Boris Faure 2017-12-10 17:16:52 +01:00
parent 65d7fd292f
commit 5e5889338e
1 changed files with 1 additions and 1 deletions

View File

@ -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'