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 8b0a2ee commit 49cbd87Copy full SHA for 49cbd87
Tools/build/check_warnings.py
@@ -61,7 +61,6 @@ def extract_warnings_from_compiler_output_json(compiler_output: str) -> list[dic
61
62
return compiler_warnings
63
64
-# Create a function that returns a dictionary where the key is the file and the data is the warnings in that file
65
def get_warnings_by_file(warnings: list[dict]) -> dict[str, list[dict]]:
66
"""
67
Returns a dictionary where the key is the file and the data is the warnings in that file
0 commit comments