[
https://issues.apache.org/jira/browse/THRIFT-3939?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15545420#comment-15545420
]
James E. King, III edited comment on THRIFT-3939 at 10/4/16 3:11 PM:
---------------------------------------------------------------------
So I think this means that the exception handling won't work as intended. Do
we need to fix this for 0.10.0 ?
was (Author: jking3):
So I think this means that the exception handling work work as intended. Do we
need to fix this for 0.10.0 ?
> VS2010 complains about incorrect exception handling mode during cmake build
> ---------------------------------------------------------------------------
>
> Key: THRIFT-3939
> URL: https://issues.apache.org/jira/browse/THRIFT-3939
> Project: Thrift
> Issue Type: Bug
> Components: C++ - Library
> Affects Versions: 0.10.0
> Environment: VS2010, CMake 3.6.0, boost-1.58
> Reporter: James E. King, III
> Assignee: Aki Sukegawa
> Priority: Minor
>
> While compiling (in THRIFT-3873 where I am trying to remove all compiler
> warnings) I got this in new code related to THRIFT-2835:
> {noformat}
> Scanning dependencies of target plugintest
> [ 52%] Building CXX object
> compiler/cpp/test/CMakeFiles/plugintest.dir/plugin/conversion_test.cc.obj
> conversion_test.cc
> C:\Users\Jim\workspace\boost_1_58_0\boost/test/impl/execution_monitor.ipp(948)
> : warning C4535: calling _set_se_translator() requires /EHa
> [ 52%] Linking CXX executable ..\..\..\bin\plugintest.exe
> {noformat}
> Not sure how serious this is but I didn't want to apply a fix for it without
> knowing the consequences or seriousness.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)