From 7e11e7a2e7aceb866fc1a2c04db59aa0fe96386d Mon Sep 17 00:00:00 2001 From: Pascal Junck Date: Fri, 22 Oct 2004 09:57:57 +0000 Subject: INTEGRATION: CWS tune06 (1.10.56); FILE MERGED 2004/10/13 13:40:36 sb 1.10.56.1: #i35054# GCC 3.4 symbol visibility: UNO exceptions need explicit default symbol visibility. --- sw/inc/sw.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sw/inc/sw.mk') diff --git a/sw/inc/sw.mk b/sw/inc/sw.mk index 73c685bc83aa..90576e582af0 100644 --- a/sw/inc/sw.mk +++ b/sw/inc/sw.mk @@ -2,9 +2,9 @@ # # $RCSfile: sw.mk,v $ # -# $Revision: 1.10 $ +# $Revision: 1.11 $ # -# last change: $Author: rt $ $Date: 2004-08-23 08:38:34 $ +# last change: $Author: pjunck $ $Date: 2004-10-22 10:57:57 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -76,7 +76,7 @@ CDEFS += -DSW_DLLIMPLEMENTATION # set default symbol visibility / scope to hidden .IF "$(COMNAME)" == "gcc3" .IF "$(CCNUMVER)" >= "000300040000" -#CFLAGS += -fvisibility=hidden +CFLAGS += -fvisibility=hidden .ENDIF # 3.4.0 .ENDIF # gcc3 -- cgit