Chromium Code Reviews

Unified Diff: components/nacl/renderer/plugin/plugin.gypi

Issue 1557733002: Prepare for -Wall for third-party code, -Wextra for chromium_code (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 12 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: components/nacl/renderer/plugin/plugin.gypi
diff --git a/components/nacl/renderer/plugin/plugin.gypi b/components/nacl/renderer/plugin/plugin.gypi
index e7f31710fb774413bfedd6b83ae659b1a79810ff..ea82a68da9ceaa194539946e1febaf5ed64a348d 100644
--- a/components/nacl/renderer/plugin/plugin.gypi
+++ b/components/nacl/renderer/plugin/plugin.gypi
@@ -33,9 +33,6 @@
'cflags': [
'-Wno-long-long',
],
- 'cflags!': [
- '-Wno-unused-parameter', # be a bit stricter to match NaCl flags.
- ],
'conditions': [
['asan!=1 and msan!=1 and ubsan_vptr!=1', {
'ldflags': [

Powered by Google App Engine