提交 36b02aec 编写于 作者: G George Kulakowski

Merge pull request #2135 from kulakowski/fnl-release-build

Don't warn on maybe-uninitialized in fnl
......@@ -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.
先完成此消息的编辑!
想要评论请 注册