reduce known warnings

This commit is contained in:
Gerolf Ziegenhain 2016-10-03 16:57:46 +02:00
parent 736ce016ad
commit 6d5f7173a3
1 changed files with 1 additions and 1 deletions

View File

@ -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 -Wunused-function
INSTALLDIR = ${HOME}/bin
all: options irmc