Index: gyp/tools.gyp |
diff --git a/gyp/tools.gyp b/gyp/tools.gyp |
index 30e3e9ea0d8b3d15d989eddb40ee457ab5e24ceb..23790a6a3fe927dd4c1e4106925b7720a051a63b 100644 |
--- a/gyp/tools.gyp |
+++ b/gyp/tools.gyp |
@@ -628,7 +628,9 @@ |
{ |
'target_name': 'test_public_includes', |
'type': 'static_library', |
- #'cflags!': [ '-Wno-unused-parameter' ], |
+ # Ensure that our public headers don't have unused params so that clients |
+ # (e.g. Android) that include us can build with these warnings enabled |
+ 'cflags!': [ '-Wno-unused-parameter' ], |
'variables': { |
'includes_to_test': [ |
'<(skia_include_path)/animator', |