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.
This commit is contained in:
parent
4dbfa5dce0
commit
d83ed785a9
1 changed files with 5 additions and 5 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue