From 53c8db0cfc61c73a230826997d80af4eba373e4c Mon Sep 17 00:00:00 2001 From: Jens-Heiner Rechtien Date: Mon, 19 Jun 2006 23:57:40 +0000 Subject: 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. --- cli_ure/source/native/makefile.mk | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'cli_ure') 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 -- cgit v1.2.3