summaryrefslogtreecommitdiff
path: root/solenv/inc/unxmacx.mk
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2008-05-28 06:55:51 +0000
committerOliver Bolte <obo@openoffice.org>2008-05-28 06:55:51 +0000
commit54963078794a66885fa1267ee3eaea8c65c98746 (patch)
tree4fbb87ec2ff4d6e3c0478f241c564df80d3af766 /solenv/inc/unxmacx.mk
parent1d7392b6a02262795a0290e6240bd41fec1e754d (diff)
INTEGRATION: CWS pj90 (1.30.20); FILE MERGED
2008/04/19 08:44:06 pjanik 1.30.20.2: RESYNC: (1.30-1.31); FILE MERGED 2008/03/29 15:39:45 pjanik 1.30.20.1: #i87574#: Mac OS X is now completely warning free.
Diffstat (limited to 'solenv/inc/unxmacx.mk')
-rw-r--r--solenv/inc/unxmacx.mk10
1 files changed, 5 insertions, 5 deletions
diff --git a/solenv/inc/unxmacx.mk b/solenv/inc/unxmacx.mk
index 3f985c4ae..390608fba 100644
--- a/solenv/inc/unxmacx.mk
+++ b/solenv/inc/unxmacx.mk
@@ -8,7 +8,7 @@
#
# $RCSfile: unxmacx.mk,v $
#
-# $Revision: 1.31 $
+# $Revision: 1.32 $
#
# This file is part of OpenOffice.org.
#
@@ -149,10 +149,10 @@ CFLAGSWALLCC=$(CFLAGSWARNCC)
CFLAGSWALLCXX=$(CFLAGSWARNCXX)
CFLAGSWERRCC=-Werror
-# Once all modules on this platform compile without warnings, set
-# COMPILER_WARN_ERRORS=TRUE here instead of setting MODULES_WITH_WARNINGS (see
-# settings.mk):
-MODULES_WITH_WARNINGS :=
+# All modules on this platform compile without warnings.
+# If you need to set MODULES_WITH_WARNINGS here, comment
+# COMPILER_WARN_ERRORS=TRUE here (see settings.mk):
+COMPILER_WARN_ERRORS=TRUE
#special settings form environment
CDEFS+=$(EXTRA_CDEFS)