Skip to content

Commit 91b3506

Browse files
committed
add warning flags to blocklist so that arduino core is in charge of setting its own warning, allow mmd thru
1 parent 834c578 commit 91b3506

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

tools/config/blocklist.json

Lines changed: 14 additions & 1 deletion
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)