mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Merge pull request #2135 from kulakowski/fnl-release-build
Don't warn on maybe-uninitialized in fnl
This commit is contained in:
commit
36b02aecb8
@ -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) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user