Commit 26000a22 authored by Wei Mingzhi's avatar Wei Mingzhi

Fix compile error in thrift_protocol.cpp

parent a9e95487
......@@ -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