summaryrefslogtreecommitdiff
path: root/sc/Library_scfilt.mk
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@suse.com>2011-10-18 17:46:41 +0300
committerTor Lillqvist <tlillqvist@suse.com>2011-10-18 18:27:01 +0300
commit6e71779cecc26a002243b59f3ad2128922dc4971 (patch)
treeaee7d6494006b0eaabc2e3adbbf31711424f4a98 /sc/Library_scfilt.mk
parentc1b00df77ed40200d06259d9a07ce77ed335b030 (diff)
WaE: C++ exception handler used, but unwind semantics are not enabled
Must use gb_Library_add_noexception_objects instead of gb_Library_add_cxxobjects so that -DEXCEPTIONS_OFF is passed to the compilation. (In this case, it affects code in com/sun/star/uno/genfunc.hxx.)
Diffstat (limited to 'sc/Library_scfilt.mk')
-rw-r--r--sc/Library_scfilt.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/Library_scfilt.mk b/sc/Library_scfilt.mk
index e6958f4cd487..1038c58337bf 100644
--- a/sc/Library_scfilt.mk
+++ b/sc/Library_scfilt.mk
@@ -165,7 +165,7 @@ $(eval $(call gb_Library_add_exception_objects,scfilt,\
sc/source/filter/xcl97/xcl97rec \
))
-$(eval $(call gb_Library_add_cxxobjects,scfilt,\
+$(eval $(call gb_Library_add_noexception_objects,scfilt,\
sc/source/filter/lotus/optab \
))