Commit bea9ac8f authored by gejun's avatar gejun

Fix NS of gflags in bthread.cpp

parent d461ff7f
......@@ -49,7 +49,7 @@ const int ALLOW_UNUSED register_FLAGS_bthread_concurrency =
static bool validate_bthread_min_concurrency(const char*, int32_t val);
const int ALLOW_UNUSED register_FLAGS_bthread_min_concurrency =
::google::RegisterFlagValidator(&FLAGS_bthread_min_concurrency,
::GFLAGS_NS::RegisterFlagValidator(&FLAGS_bthread_min_concurrency,
validate_bthread_min_concurrency);
BAIDU_CASSERT(sizeof(TaskControl*) == sizeof(butil::atomic<TaskControl*>), atomic_size_match);
......
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