Unverified Commit b232a463 authored by Ge Jun's avatar Ge Jun Committed by GitHub

Merge pull request #508 from CecilHarvey/master

Fix compile error in thrift_protocol.cpp under macOS
parents 38e5d864 26000a22
......@@ -49,7 +49,7 @@
#endif
extern "C" {
void bthread_assign_data(void* data) __THROW;
void bthread_assign_data(void* data);
}
namespace brpc {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment