提交 24b3902f 编写于 作者: G George Kulakowski

Don't warn on maybe-uninitialized in fnl

Our GCC picks up on a bunch of these in release. Suppress this until we
switch to Clang.
上级 fff4d5b8
......@@ -219,6 +219,11 @@ config("compiler") {
"//buildtools/third_party/libc++abi/trunk/include",
]
}
if (is_fnl) {
# TODO(kulakowski) remove when fnl no longer uses gcc
cflags += [ "-Wno-maybe-uninitialized" ]
}
}
if (is_clang && is_debug) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册