summaryrefslogtreecommitdiff
path: root/solenv/inc/unxmacx.mk
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2006-11-08 13:03:43 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2006-11-08 13:03:43 +0000
commitd28e2f4ffc08294f14fe096662d33804b700d325 (patch)
tree5a8e48197f40b64c789c9cb423cf827dad336eef /solenv/inc/unxmacx.mk
parent586a3e1a7ee26e10bc78a2f053df91d7aaa35eb7 (diff)
#i71222# '-Wextra' doesn not work for gcc-3.3 (patch by pjanik).
Diffstat (limited to 'solenv/inc/unxmacx.mk')
-rw-r--r--solenv/inc/unxmacx.mk7
1 files changed, 4 insertions, 3 deletions
diff --git a/solenv/inc/unxmacx.mk b/solenv/inc/unxmacx.mk
index f908a5cb46d3..1036027e6716 100644
--- a/solenv/inc/unxmacx.mk
+++ b/solenv/inc/unxmacx.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: unxmacx.mk,v $
#
-# $Revision: 1.4 $
+# $Revision: 1.5 $
#
-# last change: $Author: hr $ $Date: 2006-10-24 13:26:19 $
+# last change: $Author: rt $ $Date: 2006-11-08 14:03:43 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -132,7 +132,8 @@ CFLAGSOPT=-O2 -fno-strict-aliasing
CFLAGSNOOPT=-O0
# -Wshadow does not work for C with nested uses of pthread_cleanup_push:
-CFLAGSWARNCC=-Wall -Wextra -Wendif-labels
+# -Wextra doesn not work for gcc-3.3
+CFLAGSWARNCC=-Wall -Wendif-labels
CFLAGSWARNCXX=$(CFLAGSWARNCC) -Wshadow -Wno-ctor-dtor-privacy \
-Wno-non-virtual-dtor
CFLAGSWALLCC=$(CFLAGSWARNCC)