Zezeng Wang created THRIFT-5244:
-----------------------------------
Summary: Dynamic exception specifications are deprecated in
C++11[-Wdeprecated]
Key: THRIFT-5244
URL: https://issues.apache.org/jira/browse/THRIFT-5244
Project: Thrift
Issue Type: Improvement
Components: C glib - Library
Reporter: Zezeng Wang
Output warning information as below when compiling:
/data/thrift/lib/c_glib/test/testthrifttestclient.cpp:294:5: warning: dynamic
exception specifications are deprecated in C++11 [-Wdeprecated]
throw(Xception, apache::thrift::TException) override
^~~~~
/data/thrift/lib/c_glib/test/testthrifttestclient.cpp:312:93: warning: dynamic
exception specifications are deprecated in C++11 [-Wdeprecated]
void testMultiException(Xtruct &result, const std::string &arg0, const
std::string &arg1) throw(Xception, Xception2) override {
--
This message was sent by Atlassian Jira
(v8.3.4#803005)