Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(154)

Unified Diff: gyp/common.gypi

Issue 4547055: Turn on -Wall in common.gypi, and clean up all warnings (Closed) Base URL: http://skia.googlecode.com/svn/trunk/
Patch Set: Remove some extra .gyp changes Created 14 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: gyp/common.gypi
===================================================================
--- gyp/common.gypi (revision 1384)
+++ gyp/common.gypi (working copy)
@@ -65,6 +65,7 @@
'cflags': ['-O2']
},
},
+ 'cflags': [ '-Wall', '-Wextra', '-Wno-unused' ]
},
},
],

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b