mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 11:37:44 +00:00
Remove MANY warnings
This commit is contained in:
parent
384d710790
commit
6d2d380a8a
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -3,7 +3,7 @@ RUSTC ?= rustc
|
||||||
RM := rm
|
RM := rm
|
||||||
|
|
||||||
# Flags
|
# Flags
|
||||||
RUSTCFLAGS := --opt-level=3
|
RUSTCFLAGS := --opt-level=3 -A unused_must_use
|
||||||
RMFLAGS :=
|
RMFLAGS :=
|
||||||
|
|
||||||
# Possible programs
|
# Possible programs
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue