Skip to content

Commit b07b1d6

Browse files
committed
Move cflags configure option to top level build configuration
1 parent bd1634e commit b07b1d6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Tools/build/check_warnings.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,8 @@ def get_unexpected_warnings(
6969
for warning in unexpected_warnings:
7070
print(warning)
7171
return 1
72-
73-
return 0
7472

73+
return 0
7574

7675
def get_unexpected_improvements(
7776
warnings: list[dict],

0 commit comments

Comments
 (0)