Konrad Grochowski created THRIFT-2608:
-----------------------------------------
Summary: TNonblockingServer.cpp warnings on clang 3.4
Key: THRIFT-2608
URL: https://issues.apache.org/jira/browse/THRIFT-2608
Project: Thrift
Issue Type: Bug
Reporter: Konrad Grochowski
{code}
thrift/lib/cpp/src/thrift/server/TNonblockingServer.cpp:164:7: warning: private
field 'taskHandle_' is not used [-Wunused-private-field]
int taskHandle_;
^
thrift/lib/cpp/src/thrift/server/TNonblockingServer.cpp:167:16: warning:
private field 'taskEvent_' is not used [-Wunused-private-field]
struct event taskEvent_;
^
{code}
--
This message was sent by Atlassian JIRA
(v6.2#6252)