Skip to content

Commit

Permalink
Fix compile flag typo
Browse files Browse the repository at this point in the history
  • Loading branch information
armandomontanez committed Jun 10, 2024
1 parent d6436b6 commit 14be6e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/elf2uf2/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ cc_binary(
copts = select({
"@platforms//os:windows": [],
"//conditions:default": [
"-Wno-used-function",
"-Wno-unused-function",
"-Wno-reorder-ctor",
"-Wno-unused-variable",
],
Expand Down

0 comments on commit 14be6e4

Please sign in to comment.