[
https://issues.apache.org/jira/browse/THRIFT-2608?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Roger Meier resolved THRIFT-2608.
---------------------------------
Resolution: Fixed
Assignee: Roger Meier
Thanks
Konrad
> TNonblockingServer.cpp warnings on clang 3.4
> --------------------------------------------
>
> Key: THRIFT-2608
> URL: https://issues.apache.org/jira/browse/THRIFT-2608
> Project: Thrift
> Issue Type: Bug
> Components: C++ - Library
> Reporter: Konrad Grochowski
> Assignee: Roger Meier
> Attachments: THRIFT-2608.patch
>
>
> {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)