rm zero string warning

This commit is contained in:
Gerolf Ziegenhain 2016-10-04 18:26:05 +02:00
parent fddeaab8ed
commit 83d152c2bc
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
SRC = irmc.c cwprotocol.c beep.c SRC = irmc.c cwprotocol.c beep.c
OBJ = ${SRC:.c=.o} OBJ = ${SRC:.c=.o}
LDFLAGS = -lportaudio -lpthread -lm LDFLAGS = -lportaudio -lpthread -lm
CFLAGS = -Wall CFLAGS = -Wall -Wno-format-zero-length
INSTALLDIR = ${HOME}/bin INSTALLDIR = ${HOME}/bin
all: options irmc all: options irmc