[Libreoffice-commits] .: Branch 'libreoffice-3-6' - connectivity/Library_dbtools.mk

Stephan Bergmann sbergmann at kemper.freedesktop.org
Thu Aug 9 03:16:22 PDT 2012


 connectivity/Library_dbtools.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit ea76e1a64376f9e8330dddfea60368f191784866
Author: Michael Stahl <mstahl at redhat.com>
Date:   Tue Jul 10 22:08:04 2012 +0200

    warning C4530: C++ exception handler used ... specify /EHsc
    
    Change-Id: I2a81e4d5d3a19b5537b791391d035212e8bf423e
    (cherry picked from commit c24d7246ac2772f591892fc9c4a301f76129a997)
    
    Signed-off-by: Stephan Bergmann <sbergman at redhat.com>

diff --git a/connectivity/Library_dbtools.mk b/connectivity/Library_dbtools.mk
index 93539de..7688ef4 100644
--- a/connectivity/Library_dbtools.mk
+++ b/connectivity/Library_dbtools.mk
@@ -74,7 +74,6 @@ endif
 #connectivity/source/commontools/RowFunctionParser.cxx disable optimization?
 
 $(eval $(call gb_Library_add_noexception_objects,dbtools,\
-	connectivity/source/commontools/AutoRetrievingBase \
 	connectivity/source/simpledbt/refbase \
 ))
 
@@ -93,6 +92,7 @@ $(call gb_LexTarget_get_scanner_target,connectivity/source/parse/sqlflex) : T_LE
 
 
 $(eval $(call gb_Library_add_exception_objects,dbtools,\
+	connectivity/source/commontools/AutoRetrievingBase \
 	connectivity/source/commontools/predicateinput \
 	connectivity/source/commontools/ConnectionWrapper \
 	connectivity/source/commontools/TConnection \


More information about the Libreoffice-commits mailing list