summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorOlivier CrĂȘte <olivier.crete@collabora.com>2014-02-13 15:14:23 -0500
committerOlivier CrĂȘte <olivier.crete@collabora.com>2014-02-13 15:14:23 -0500
commit11ff575f34a2bf47493541d013848508bcdbfc31 (patch)
tree454e17953644f6c22528b2b1b1d66db04f461b5a /configure.ac
parent9adeb101a73e0faa9cae36869834e2fc3ee64d26 (diff)
agent: Fix compiler warnings
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 50c226b..d1ad2d5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -124,7 +124,6 @@ AS_IF([test "x$enable_compile_warnings" != "xno" -a \
NICE_ADD_FLAG([-Wnested-externs])
NICE_ADD_FLAG([-Wwrite-strings])
NICE_ADD_FLAG([-Wpointer-arith])
- NICE_ADD_FLAG([-Wbad-function-cast])
NICE_ADD_FLAG([-Wmissing-declarations])
NICE_ADD_FLAG([-Wmissing-prototypes])
NICE_ADD_FLAG([-Wstrict-prototypes])