mirror of
https://github.com/google/blockly.git
synced 2026-01-05 08:00:09 +01:00
Add warning_level directives to build.
No functional change, but shows where this setting can be altered.
This commit is contained in:
4
build.py
4
build.py
@@ -223,6 +223,7 @@ class Gen_compressed(threading.Thread):
|
||||
("output_info", "warnings"),
|
||||
("output_info", "errors"),
|
||||
("output_info", "statistics"),
|
||||
("warning_level", "DEFAULT"),
|
||||
]
|
||||
|
||||
# Read in all the source files.
|
||||
@@ -251,6 +252,7 @@ class Gen_compressed(threading.Thread):
|
||||
("output_info", "warnings"),
|
||||
("output_info", "errors"),
|
||||
("output_info", "statistics"),
|
||||
("warning_level", "DEFAULT"),
|
||||
]
|
||||
|
||||
# Read in all the source files.
|
||||
@@ -277,6 +279,7 @@ class Gen_compressed(threading.Thread):
|
||||
("output_info", "warnings"),
|
||||
("output_info", "errors"),
|
||||
("output_info", "statistics"),
|
||||
("warning_level", "DEFAULT"),
|
||||
]
|
||||
|
||||
# Read in all the source files.
|
||||
@@ -303,6 +306,7 @@ class Gen_compressed(threading.Thread):
|
||||
("output_info", "warnings"),
|
||||
("output_info", "errors"),
|
||||
("output_info", "statistics"),
|
||||
("warning_level", "DEFAULT"),
|
||||
]
|
||||
|
||||
# Read in all the source files.
|
||||
|
||||
Reference in New Issue
Block a user