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

Unified Diff: Source/config.gyp

Issue 53223002: Enable -Wall on Linux as well. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/config.gyp
diff --git a/Source/config.gyp b/Source/config.gyp
index 7763dc6d6d65d7ce79abe046d070607e4faf1682..5ed67e1449607332e9f816108a8e4001c1488a1b 100644
--- a/Source/config.gyp
+++ b/Source/config.gyp
@@ -89,7 +89,7 @@
# timesNewRoman.unstatic.3258 and colorTransparent.unstatic.4879.
'cflags': ['-Wno-uninitialized'],
}],
- ['OS=="mac"', {
+ ['OS=="mac" or OS=="linux"', {
# TODO: Turn this on on all platforms, http://crbug.com/312287
'variables': {
'chromium_code': 1,
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698