From 83d152c2bc3e435de72ad36d8eb80f98d4f657d7 Mon Sep 17 00:00:00 2001 From: Gerolf Ziegenhain Date: Tue, 4 Oct 2016 18:26:05 +0200 Subject: [PATCH] rm zero string warning --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile b/src/Makefile index 28f1bac..86a4070 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 +CFLAGS = -Wall -Wno-format-zero-length INSTALLDIR = ${HOME}/bin all: options irmc