diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-07-10 13:51:00 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-07-10 13:51:00 +0000 |
commit | 8fdf88c22528f0611301fbad124b303d5827dd19 (patch) | |
tree | 278b0f64fbd7bf226c6d3f69da2e2676341d77d6 /offapi | |
parent | 277e6931843f30bc2d3a504fea162af93ec215c9 (diff) |
INTEGRATION: CWS qiq (1.18.118); FILE MERGED
2006/05/10 11:53:50 fs 1.18.118.1: want to see all warnings from idlc
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/com/sun/star/sdb/makefile.mk | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/offapi/com/sun/star/sdb/makefile.mk b/offapi/com/sun/star/sdb/makefile.mk index a067b4904430..d5b31f399e89 100644 --- a/offapi/com/sun/star/sdb/makefile.mk +++ b/offapi/com/sun/star/sdb/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.18 $ +# $Revision: 1.19 $ # -# last change: $Author: rt $ $Date: 2005-09-08 03:32:38 $ +# last change: $Author: obo $ $Date: 2006-07-10 14:51:00 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -43,6 +43,9 @@ PACKAGE=com$/sun$/star$/sdb # --- Settings ----------------------------------------------------- .INCLUDE : $(PRJ)$/util$/makefile.pmk + +UNOIDLDEFS += -w + # ------------------------------------------------------------------------ IDLFILES=\ CallableStatement.idl \ |