diff --git a/engine/src/flutter/build/config/compiler/BUILD.gn b/engine/src/flutter/build/config/compiler/BUILD.gn index 8028ffb091e..90528ac5a1f 100644 --- a/engine/src/flutter/build/config/compiler/BUILD.gn +++ b/engine/src/flutter/build/config/compiler/BUILD.gn @@ -830,7 +830,9 @@ if (is_win) { ] if (is_mac) { - default_warning_flags += [ "-Wnewline-eof" ] + # TODO(abarth): Re-enable once https://github.com/domokit/mojo/issues/728 + # is fixed. + # default_warning_flags += [ "-Wnewline-eof" ] if (!is_nacl) { # When compiling Objective-C, warns if a method is used whose # availability is newer than the deployment target. This is not