diff options
author | Tor Lillqvist <tlillqvist@suse.com> | 2011-10-26 13:03:39 +0300 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@suse.com> | 2011-10-26 13:03:39 +0300 |
commit | 94f9419aecd3715e23a9a19374bd4e1dd404f4f1 (patch) | |
tree | e908d43a12a2ef033c6bb3e86aeeb694b6f835be /dbaccess | |
parent | 717024f3aee555de93e404794618c805a5d5b320 (diff) |
WaE: C++ exception handler used, but unwind semantics are not enabled
Diffstat (limited to 'dbaccess')
-rw-r--r-- | dbaccess/Library_dbu.mk | 2 |
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 |