summaryrefslogtreecommitdiff
path: root/dbaccess
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@suse.com>2011-10-26 13:03:39 +0300
committerTor Lillqvist <tlillqvist@suse.com>2011-10-26 13:03:39 +0300
commit94f9419aecd3715e23a9a19374bd4e1dd404f4f1 (patch)
treee908d43a12a2ef033c6bb3e86aeeb694b6f835be /dbaccess
parent717024f3aee555de93e404794618c805a5d5b320 (diff)
WaE: C++ exception handler used, but unwind semantics are not enabled
Diffstat (limited to 'dbaccess')
-rw-r--r--dbaccess/Library_dbu.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/dbaccess/Library_dbu.mk b/dbaccess/Library_dbu.mk
index a54fc6b95d0e..0f7ca599a7da 100644
--- a/dbaccess/Library_dbu.mk
+++ b/dbaccess/Library_dbu.mk
@@ -286,7 +286,7 @@ $(eval $(call gb_Library_add_noexception_objects,dbu,\
))
ifeq ($(GUI),WNT)
-$(eval $(call gb_Library_add_noexception_objects,dbu,\
+$(eval $(call gb_Library_add_exception_objects,dbu,\
dbaccess/source/ui/dlg/adodatalinks \
))
endif