Skip to content

Commit 83488fe

Browse files
committed
[bazel] SQUASH ME: toolchain warnings
Signed-off-by: James Wainwright <[email protected]>
1 parent d162ca4 commit 83488fe

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

toolchain/BUILD

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,14 +236,17 @@ cc_args(
236236
"-Wimplicit-fallthrough",
237237
"-Winvalid-pch",
238238
"-Wno-covered-switch-default",
239+
"-Wno-error=unused",
239240
"-Wno-error=unused-function",
241+
"-Wno-error=unused-parameter",
240242
"-Wno-gnu-statement-expression-from-macro-expansion",
241243
"-Wno-gnu-zero-variadic-macro-arguments",
242244
"-Wno-missing-field-initializers",
243245
"-Wno-sign-compare",
244-
"-Wno-unused-parameter",
245246
"-Wstrict-prototypes",
246247
"-Wswitch-default",
248+
"-Wunused",
249+
"-Wunused-parameter",
247250
],
248251
)
249252

0 commit comments

Comments
 (0)