diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-20 04:53:32 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-20 04:53:32 +0000 |
commit | c7628f5d5774cfd76c7cfe540990c5fb4a574700 (patch) | |
tree | f33d192518dc82b616b9d59f4db5c2bce2af3f9b /sot | |
parent | 060983cdb2bf68bca9fe82b9f97307b482c66512 (diff) |
INTEGRATION: CWS warnings01 (1.9.10); FILE MERGED
2006/04/20 14:47:31 sb 1.9.10.4: #i53898# Made code warning-free again after resync to SRC680m162.
2006/04/07 21:34:10 sb 1.9.10.3: RESYNC: (1.9-1.10); FILE MERGED
2005/10/28 16:15:27 pl 1.9.10.2: #i55991# removed warnings for solaris platform
2005/10/26 15:42:29 sb 1.9.10.1: #i53898# Cleaned up.
Diffstat (limited to 'sot')
-rw-r--r-- | sot/source/sdstor/makefile.mk | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sot/source/sdstor/makefile.mk b/sot/source/sdstor/makefile.mk index 1b69d47f1b19..7edd7f777f15 100644 --- a/sot/source/sdstor/makefile.mk +++ b/sot/source/sdstor/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.10 $ +# $Revision: 1.11 $ # -# last change: $Author: rt $ $Date: 2006-03-08 14:04:21 $ +# last change: $Author: hr $ $Date: 2006-06-20 05:53:32 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -40,6 +40,8 @@ TARGET=sdstor # --- Settings ----------------------------------------------------- +ENABLE_EXCEPTIONS=true + .INCLUDE : settings.mk .INCLUDE : $(PRJ)$/util$/makefile.pmk |