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

Unified Diff: gyp/microhttpd.gyp

Issue 2002663002: gyp (third_party) warning changes for ccache (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 4 years, 7 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
« no previous file with comments | « gyp/lua.gyp ('k') | gyp/zlib.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/microhttpd.gyp
diff --git a/gyp/microhttpd.gyp b/gyp/microhttpd.gyp
index 378d9a089e74a9cfc4def9c10b9ac2aee690f774..3590cc192231d3c2df7da7aba7a15b810306780b 100644
--- a/gyp/microhttpd.gyp
+++ b/gyp/microhttpd.gyp
@@ -31,6 +31,15 @@
'../third_party/externals/microhttpd/src/microhttpd/response.c',
'../third_party/externals/microhttpd/src/microhttpd/tsearch.c',
],
+ 'variables': {
+ 'skia_microhttpd_flags' : [
+ '-Wno-sign-compare',
+ '-Wno-unused-const-variable',
+ '-Wno-tautological-constant-out-of-range-compare',
+ ],
+ },
+ 'cflags': [ '<@(skia_microhttpd_flags)' ],
+ 'xcode_settings': { 'WARNING_CFLAGS': [ '<@(skia_microhttpd_flags)' ], },
'conditions': [
# For each platform, run configure and scrape the generated MHD_config.h
# to get a list of platform specific defines
« no previous file with comments | « gyp/lua.gyp ('k') | gyp/zlib.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698