Skip to content

Commit f3ce711

Browse files
committed
fix more typos in blocklist
1 parent 791ce2d commit f3ce711

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

tools/config/blocklist.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -12,19 +12,19 @@
1212
},
1313
"cxx": {
1414
"flags": [
15-
"-Wvla"
16-
"-Wall"
17-
"-Wextra"
18-
"-Wno-missing-field-initializers"
15+
"-Wvla",
16+
"-Wall",
17+
"-Wextra",
18+
"-Wno-missing-field-initializers",
1919
"-Wno-unused-parameter"
2020
]
2121
},
2222
"c": {
2323
"flags": [
24-
"-Wvla"
25-
"-Wall"
26-
"-Wextra"
27-
"-Wno-missing-field-initializers"
24+
"-Wvla",
25+
"-Wall",
26+
"-Wextra",
27+
"-Wno-missing-field-initializers",
2828
"-Wno-unused-parameter"
2929
]
3030
}

0 commit comments

Comments
 (0)