Skip to content

Commit 0ff3135

Browse files
authored
Merge pull request #322 from sparkfun/adjust_warnings
add warning flags to blocklist
2 parents 6c167ed + 91b3506 commit 0ff3135

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

tools/config/blocklist.json

+14-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,20 @@
1212
},
1313
"cxx": {
1414
"flags": [
15-
"-MMD"
15+
"-Wvla"
16+
"-Wall"
17+
"-Wextra"
18+
"-Wno-missing-field-initializers"
19+
"-Wno-unused-parameter"
20+
]
21+
}
22+
"c": {
23+
"flags": [
24+
"-Wvla"
25+
"-Wall"
26+
"-Wextra"
27+
"-Wno-missing-field-initializers"
28+
"-Wno-unused-parameter"
1629
]
1730
}
1831
}

0 commit comments

Comments
 (0)