summaryrefslogtreecommitdiff
path: root/common.mk
diff options
context:
space:
mode:
authorOlivier CrĂȘte <olivier.crete@collabora.com>2013-12-26 21:16:14 -0500
committerOlivier CrĂȘte <olivier.crete@collabora.com>2013-12-26 21:40:13 -0500
commit574b59a3550238d5a329903b5a03f817ae8bbd45 (patch)
treed8d5b875188aff4b441056d8c8f385760bfe2960 /common.mk
parent951924aa86a46cba4b01ad095f8e4c97d98236b5 (diff)
downloadlibnice-574b59a3550238d5a329903b5a03f817ae8bbd45.tar.gz
configure: Verify that the compiler understands warning cflags
Older compilers don't understand all of the flags
Diffstat (limited to 'common.mk')
-rw-r--r--common.mk18
1 files changed, 0 insertions, 18 deletions
diff --git a/common.mk b/common.mk
index 1382422..e2ca3f4 100644
--- a/common.mk
+++ b/common.mk
@@ -1,21 +1,3 @@
-
-ERROR_CFLAGS = \
- $(LIBNICE_CFLAGS) \
- -fno-strict-aliasing \
- -Wextra \
- -Wundef \
- -Wnested-externs \
- -Wwrite-strings \
- -Wpointer-arith \
- -Wbad-function-cast \
- -Wmissing-declarations \
- -Wmissing-prototypes \
- -Wstrict-prototypes \
- -Wredundant-decls \
- -Wno-unused-parameter \
- -Wno-missing-field-initializers
-# -Wold-style-definition -Winline -Wunreachable-code
-
CLEANFILES = *.gcno *.gcda
pkgincludedir = $(includedir)/nice