[
https://issues.apache.org/jira/browse/THRIFT-5244?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jens Geyer resolved THRIFT-5244.
--------------------------------
Fix Version/s: 0.15.0
Assignee: Zezeng Wang
Resolution: Fixed
> 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
> Assignee: Zezeng Wang
> Priority: Major
> Fix For: 0.15.0
>
> Time Spent: 1h 10m
> Remaining Estimate: 0h
>
> 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)