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 791ce2d commit f3ce711Copy full SHA for f3ce711
tools/config/blocklist.json
@@ -12,19 +12,19 @@
12
},
13
"cxx": {
14
"flags": [
15
- "-Wvla"
16
- "-Wall"
17
- "-Wextra"
18
- "-Wno-missing-field-initializers"
+ "-Wvla",
+ "-Wall",
+ "-Wextra",
+ "-Wno-missing-field-initializers",
19
"-Wno-unused-parameter"
20
]
21
22
"c": {
23
24
25
26
27
28
29
30
}
0 commit comments