From e6217f8eba6ea17d90eac67ef5fa5412fbf10dad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Olivier=20Cr=C3=AAte?= Date: Fri, 4 May 2018 15:44:05 +0200 Subject: Ignore function case warnings This makes GLib usage annoying as it makes GSourceFunc casts invalid. --- configure.ac | 1 + 1 file changed, 1 insertion(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 16988ad..36bd622 100644 --- a/configure.ac +++ b/configure.ac @@ -136,6 +136,7 @@ AS_IF([test "x$enable_compile_warnings" != "xno" -a \ NICE_ADD_FLAG([-Wcast-align]) NICE_ADD_FLAG([-Wformat-nonliteral]) NICE_ADD_FLAG([-Wformat-security]) + NICE_ADD_FLAG([-Wno-cast-function-type]) ]) AS_IF([test "$enable_compile_warnings" = "yes" -o \ "$enable_compile_warnings" = "maximum" -o \ -- cgit v1.2.1