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

Unified Diff: Source/config.gyp

Issue 47623002: Fix more warnings on linux (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fix tests. Created 7 years, 2 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: Source/config.gyp
diff --git a/Source/config.gyp b/Source/config.gyp
index 7763dc6d6d65d7ce79abe046d070607e4faf1682..98ec47fdf537e5e746e6772b409a0907c7c8d0f6 100644
--- a/Source/config.gyp
+++ b/Source/config.gyp
@@ -95,6 +95,15 @@
'chromium_code': 1,
},
}],
+ ['OS=="linux"', {
+ 'variables': {
+ 'chromium_code': 1,
+ },
+ 'cflags_cc': [
+ '-Wno-sign-compare',
+ '-Wno-unused-function',
+ ],
+ }],
['clang==1', {
'cflags': ['-Wglobal-constructors'],
'xcode_settings': {

Powered by Google App Engine
This is Rietveld 408576698