diff --git a/Makefile b/Makefile index 5a51d51..dd31bf7 100644 --- a/Makefile +++ b/Makefile @@ -20,7 +20,7 @@ SHELL = /bin/sh # The C compiler and linker to use CC = gcc -CFLAGS = -g -O2 -Wall +CFLAGS = -g -O2 -Wall -Wno-unused-value LD = gcc LDFLAGS =