diff --git a/build/config/compiler/BUILD.gn b/build/config/compiler/BUILD.gn index 8869b4ea9c0..9b8d38a311c 100644 --- a/build/config/compiler/BUILD.gn +++ b/build/config/compiler/BUILD.gn @@ -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) {