diff options
author | Rüdiger Timm <rt@openoffice.org> | 2004-09-20 07:36:39 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2004-09-20 07:36:39 +0000 |
commit | e8c1adf78d295285f7b8679829892799814fcf42 (patch) | |
tree | 149f3434b493621fa31f5bb281a2eb4bd3ecacb8 /solenv/inc/unxbsdi.mk | |
parent | 92655a3c8a1957b7602cf4e7e3d3761c9d220966 (diff) |
INTEGRATION: CWS ause011 (1.7.2); FILE MERGED
2004/09/17 15:07:42 hjs 1.7.2.1: #i30873# removed one specific warning
Diffstat (limited to 'solenv/inc/unxbsdi.mk')
-rw-r--r-- | solenv/inc/unxbsdi.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/solenv/inc/unxbsdi.mk b/solenv/inc/unxbsdi.mk index 0f12db4dd5c5..5b2d07544b15 100644 --- a/solenv/inc/unxbsdi.mk +++ b/solenv/inc/unxbsdi.mk @@ -2,9 +2,9 @@ # # $RCSfile: unxbsdi.mk,v $ # -# $Revision: 1.7 $ +# $Revision: 1.8 $ # -# last change: $Author: hr $ $Date: 2004-09-09 11:15:14 $ +# last change: $Author: rt $ $Date: 2004-09-20 08:36:39 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -98,6 +98,7 @@ CFLAGSEXCEPTIONS=-fexceptions CFLAGS_NO_EXCEPTIONS=-fno-exceptions CFLAGSCXX= -pipe -mpentiumpro -frtti +CFLAGSCXX+= -Wno-ctor-dtor-privacy # Compiler flags for compiling static object in single threaded environment with graphical user interface CFLAGSOBJGUIST= |