James E. King, III created THRIFT-3939:
------------------------------------------
Summary: 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)