8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bd5a10 commit 6813003Copy full SHA for 6813003
Tools/build/check_warnings.py
@@ -15,7 +15,6 @@ def extract_warnings_from_compiler_output(compiler_output: str) -> list[dict]:
15
Compiler output as a whole is not a valid json document, but includes many json
16
objects and may include other output that is not json.
17
"""
18
- # Extract JSON objects from the raw compiler output
19
compiler_output_json_objects = []
20
stack = []
21
start_index = None
0 commit comments