diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 23:57:40 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 23:57:40 +0000 |
commit | ec41a4d6e05fdb6721696f9ca275069ab05c5d0b (patch) | |
tree | 9d53b87ff9b392d3e734a04f905c390c4a048a4d /cli_ure/source | |
parent | 5a5b89628e81a5df2c0b68898131e5af10abbe90 (diff) |
INTEGRATION: CWS warnings01 (1.13.12); FILE MERGED
2006/04/07 20:10:38 sb 1.13.12.2: RESYNC: (1.13-1.15); FILE MERGED
2006/02/28 12:49:09 sb 1.13.12.1: #i53898# Made code waring-free.
Diffstat (limited to 'cli_ure/source')
-rw-r--r-- | cli_ure/source/native/makefile.mk | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/cli_ure/source/native/makefile.mk b/cli_ure/source/native/makefile.mk index 85f36716697d..b68cce29fe8e 100644 --- a/cli_ure/source/native/makefile.mk +++ b/cli_ure/source/native/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.16 $ +# $Revision: 1.17 $ # -# last change: $Author: vg $ $Date: 2006-05-24 14:06:16 $ +# last change: $Author: hr $ $Date: 2006-06-20 00:57:40 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -94,7 +94,9 @@ UNOTYPES = \ com.sun.star.registry.XRegistryKey \ com.sun.star.registry.XSimpleRegistry -CFLAGS += -clr -AI $(OUT)$/bin +# When compiling for CLR, disable "warning C4339: use of undefined type detected +# in CLR meta-data - use of this type may lead to a runtime exception": +CFLAGS += -clr -AI $(OUT)$/bin -wd4339 #see Microsoft Knowledge Base Article - 814472 LINKFLAGS += -NOENTRY -NODEFAULTLIB:nochkclr.obj -INCLUDE:__DllMainCRTStartup@12 |