Kaydet (Commit) 59a9bac2 authored tarafından Michael Stahl's avatar Michael Stahl

dbaccess: warning C4530: C++ exception handler used ... specify /EHsc

Change-Id: I273b800c36038be64cdc9f85872ee95983077da7
üst b0505048
......@@ -122,6 +122,7 @@ $(eval $(call gb_Library_add_exception_objects,dbu,\
dbaccess/source/ui/control/marktree \
dbaccess/source/ui/control/opendoccontrols \
dbaccess/source/ui/control/RelationControl \
dbaccess/source/ui/control/ScrollHelper \
dbaccess/source/ui/control/sqledit \
dbaccess/source/ui/control/SqlNameEdit \
dbaccess/source/ui/control/statusbarontroller \
......@@ -227,6 +228,7 @@ $(eval $(call gb_Library_add_exception_objects,dbu,\
dbaccess/source/ui/querydesign/TableConnection \
dbaccess/source/ui/querydesign/TableConnectionData \
dbaccess/source/ui/querydesign/TableFieldDescription \
dbaccess/source/ui/querydesign/TableFieldInfo \
dbaccess/source/ui/querydesign/TableWindow \
dbaccess/source/ui/querydesign/TableWindowAccess \
dbaccess/source/ui/querydesign/TableWindowData \
......@@ -266,11 +268,6 @@ $(eval $(call gb_Library_add_exception_objects,dbu,\
dbaccess/source/ui/uno/UserSettingsDlg \
))
$(eval $(call gb_Library_add_noexception_objects,dbu,\
dbaccess/source/ui/control/ScrollHelper \
dbaccess/source/ui/querydesign/TableFieldInfo \
))
ifeq ($(GUI),WNT)
$(eval $(call gb_Library_add_exception_objects,dbu,\
dbaccess/source/ui/dlg/adodatalinks \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment