diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 23:57:29 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 23:57:29 +0000 |
commit | 5a5b89628e81a5df2c0b68898131e5af10abbe90 (patch) | |
tree | b3fdc3dfa9d1056ff2850fd9813cbd1da6152c29 /cli_ure/source/climaker | |
parent | 65397fb14bd307b6dd469e8031329656374a7419 (diff) |
INTEGRATION: CWS warnings01 (1.10.24); FILE MERGED
2006/04/07 20:10:31 sb 1.10.24.2: RESYNC: (1.10-1.11); FILE MERGED
2006/02/28 12:49:09 sb 1.10.24.1: #i53898# Made code waring-free.
Diffstat (limited to 'cli_ure/source/climaker')
-rw-r--r-- | cli_ure/source/climaker/makefile.mk | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/cli_ure/source/climaker/makefile.mk b/cli_ure/source/climaker/makefile.mk index ea2dc9e5ea50..a04475bd09b6 100644 --- a/cli_ure/source/climaker/makefile.mk +++ b/cli_ure/source/climaker/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.12 $ +# $Revision: 1.13 $ # -# last change: $Author: vg $ $Date: 2006-05-24 14:05:59 $ +# last change: $Author: hr $ $Date: 2006-06-20 00:57:29 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -81,10 +81,12 @@ UNOTYPES = \ CFLAGS +=-AI$(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": .IF "$(COMEX)"=="10" -CFLAGS += -clr:noAssembly,initialAppDomain +CFLAGS += -clr:noAssembly,initialAppDomain -wd4339 .ELSE -CFLAGS += -clr:noAssembly +CFLAGS += -clr:noAssembly -wd4339 .ENDIF OBJFILES = \ |