Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(125)

Unified Diff: third_party/mach_override/BUILD.gn

Issue 552983004: Pull buildtools to get GN 295140 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/mach_override/BUILD.gn
diff --git a/third_party/mach_override/BUILD.gn b/third_party/mach_override/BUILD.gn
index f50d3cc6c1343a738161e05db54896e84341ab12..779757d7de283e66aa837a2e6805ccc444a466ab 100644
--- a/third_party/mach_override/BUILD.gn
+++ b/third_party/mach_override/BUILD.gn
@@ -24,6 +24,12 @@ static_library("libudis86") {
"HAVE_ASSERT_H",
"HAVE_STRING_H",
]
+
+ # syn.c doesn't specify a return value when it issues an assertion.
+ cflags = [ "-Wno-return-type" ]
+
+ configs -= [ "//build/config/compiler:chromium_code" ]
+ configs += [ "//build/config/compiler:no_chromium_code" ]
}
static_library("mach_override") {
« no previous file with comments | « chrome/common/net/BUILD.gn ('k') | ui/base/BUILD.gn » ('j') | ui/base/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698