From 6d2d380a8a39360a7c623ba5c9887e3621a5b3fa Mon Sep 17 00:00:00 2001 From: Arcterus Date: Tue, 4 Feb 2014 20:41:11 -0800 Subject: [PATCH] Remove MANY warnings --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d48cdabaa..04a9be113 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ RUSTC ?= rustc RM := rm # Flags -RUSTCFLAGS := --opt-level=3 +RUSTCFLAGS := --opt-level=3 -A unused_must_use RMFLAGS := # Possible programs