From 0bdf46e1d6aeee4f4eec966881453622e0cf93b0 Mon Sep 17 00:00:00 2001 From: Adam Barth Date: Wed, 23 Mar 2016 09:48:02 -0700 Subject: [PATCH] Temporary fix for Mac builds --- engine/src/flutter/build/config/compiler/BUILD.gn | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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