From c4a2a45805d46da6e04a01a9eda986479f00138e Mon Sep 17 00:00:00 2001 From: Gerolf Ziegenhain Date: Mon, 3 Oct 2016 17:08:09 +0200 Subject: [PATCH] get rid of known warnings --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile b/src/Makefile index 2d47e09..97cff7a 100644 --- a/src/Makefile +++ b/src/Makefile @@ -1,7 +1,7 @@ SRC = irmc.c cwprotocol.c beep.c OBJ = ${SRC:.c=.o} LDFLAGS = -lportaudio -lpthread -lm -CFLAGS = -Wall -Wno-format-zero-length -Wunused-function +CFLAGS = -Wall -Wno-format-zero-length -Wno-unused-function INSTALLDIR = ${HOME}/bin all: options irmc