summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier CrĂȘte <olivier.crete@collabora.com>2018-05-04 15:44:05 +0200
committerOlivier CrĂȘte <olivier.crete@collabora.com>2018-05-04 15:44:05 +0200
commite6217f8eba6ea17d90eac67ef5fa5412fbf10dad (patch)
treea324fb63c1fd185ade268fb4e0b99f17be11790b
parent922ee4e61b4d9c6b403933f4a3261e67589d5099 (diff)
downloadlibnice-e6217f8eba6ea17d90eac67ef5fa5412fbf10dad.tar.gz
Ignore function case warnings
This makes GLib usage annoying as it makes GSourceFunc casts invalid.
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
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 \