Temporary fix for Mac builds

This commit is contained in:
Adam Barth 2016-03-23 09:48:02 -07:00
parent 878baf8442
commit 0bdf46e1d6

View File

@ -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