aboutsummaryrefslogtreecommitdiffhomepage
path: root/gn/gn_to_bp.py
diff options
context:
space:
mode:
Diffstat (limited to 'gn/gn_to_bp.py')
-rw-r--r--gn/gn_to_bp.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/gn/gn_to_bp.py b/gn/gn_to_bp.py
index 7e5bb1a22e..4f27b87d4d 100644
--- a/gn/gn_to_bp.py
+++ b/gn/gn_to_bp.py
@@ -162,7 +162,8 @@ cc_defaults {
"libskia",
],
cflags: [
- "-Wno-unused-parameter"
+ "-Wno-unused-parameter",
+ "-Wno-unused-variable",
],
}