diff --git a/Makefile b/Makefile index 6f32df6d8..f776f49a6 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,7 @@ ifeq ($(DEBUG),1) DEFINES += -DCR_DEBUG endif -WARNINGS += -Wall -Wno-unused +WARNINGS += -Wall CFLAGS += $(WARNINGS) $(DEFINES) PROGRAM := crtools