From d28e2f4ffc08294f14fe096662d33804b700d325 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=BCdiger=20Timm?= Date: Wed, 8 Nov 2006 13:03:43 +0000 Subject: [PATCH] #i71222# '-Wextra' doesn not work for gcc-3.3 (patch by pjanik). --- solenv/inc/unxmacx.mk | 7 ++++--- 1 file 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)