At some point I subscribed to Thrift issue notifications, but I have not been able to find a way to unsubscribe.
An example of the types of emails I receive can be seen below, can anyone help? Best regards, Jacques Beaurain -----Original Message----- From: Hudson (JIRA) [mailto:[email protected]] Sent: July-16-13 3:27 PM To: [email protected] Subject: [jira] [Commented] (THRIFT-2091) Unnecessary 'friend' declaration causes warning in TWinsockSingleton [ https://issues.apache.org/jira/browse/THRIFT-2091?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13710121#comment-13710121 ] Hudson commented on THRIFT-2091: -------------------------------- FAILURE: Integrated in Thrift #804 (See [https://builds.apache.org/job/Thrift/804/]) THRIFT-2091 Unnecessary 'friend' declaration causes warning in TWinsockSingleton (jensg: rev 4f7ad2d98b22b367c7a4a25991cdf9a81647d3be) * lib/cpp/src/thrift/windows/TWinsockSingleton.h > Unnecessary 'friend' declaration causes warning in TWinsockSingleton > -------------------------------------------------------------------- > > Key: THRIFT-2091 > URL: https://issues.apache.org/jira/browse/THRIFT-2091 > Project: Thrift > Issue Type: Bug > Components: C++ - Library > Environment: MSVC 2010 > boost 1.54 > Reporter: Konrad Grochowski > Fix For: 0.9.1 > > Attachments: THRIFT-2091.patch > > > {code} > #if USE_BOOST_THREAD > friend void boost::call_once(void (*func)(void), boost::once_flag& > flag); #endif {code} this friend declaration is not needed and differs > from boost call_once declaration so it generates warning -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira
