summaryrefslogtreecommitdiff
path: root/cli_ure
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 23:57:40 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 23:57:40 +0000
commit53c8db0cfc61c73a230826997d80af4eba373e4c (patch)
tree9e71f1d527f68c9ad6f8ded0e85dddda92602463 /cli_ure
parent9802752ae3cfaaf8e5b16774d331db672d991d29 (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')
-rw-r--r--cli_ure/source/native/makefile.mk8
1 files changed, 5 insertions, 3 deletions
diff --git a/cli_ure/source/native/makefile.mk b/cli_ure/source/native/makefile.mk
index 85f367166..b68cce29f 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