summaryrefslogtreecommitdiff
path: root/common.mk
diff options
context:
space:
mode:
authorYouness Alaoui <youness.alaoui@collabora.co.uk>2008-11-12 16:36:36 -0500
committerYouness Alaoui <youness.alaoui@collabora.co.uk>2008-11-12 16:36:36 -0500
commit542aa8deda1ed0838ab9ae4c665eb0f0709a4644 (patch)
tree6fb71dbe99e5c0cfd2eb9de5be9bf166b5333809 /common.mk
parent9c86aafb38216f4289a55d6607ee589bf746f5fd (diff)
downloadlibnice-542aa8deda1ed0838ab9ae4c665eb0f0709a4644.tar.gz
correctly pass -Wall and -Werror dependending on whether we are in a release or not
Diffstat (limited to 'common.mk')
-rw-r--r--common.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/common.mk b/common.mk
index 8fb45df..caff72a 100644
--- a/common.mk
+++ b/common.mk
@@ -1,7 +1,6 @@
ERROR_CFLAGS = \
- -Wall \
- -Werror \
+ $(NICE_CFLAGS) \
-Wextra \
-Wundef \
-Wnested-externs \