We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d461ff7 commit bea9ac8Copy full SHA for bea9ac8
src/bthread/bthread.cpp
@@ -49,7 +49,7 @@ const int ALLOW_UNUSED register_FLAGS_bthread_concurrency =
49
static bool validate_bthread_min_concurrency(const char*, int32_t val);
50
51
const int ALLOW_UNUSED register_FLAGS_bthread_min_concurrency =
52
- ::google::RegisterFlagValidator(&FLAGS_bthread_min_concurrency,
+ ::GFLAGS_NS::RegisterFlagValidator(&FLAGS_bthread_min_concurrency,
53
validate_bthread_min_concurrency);
54
55
BAIDU_CASSERT(sizeof(TaskControl*) == sizeof(butil::atomic<TaskControl*>), atomic_size_match);
0 commit comments