get rid of known warnings
This commit is contained in:
parent
a76682e1ab
commit
c4a2a45805
@ -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 -Wno-format-zero-length -Wunused-function
|
CFLAGS = -Wall -Wno-format-zero-length -Wno-unused-function
|
||||||
INSTALLDIR = ${HOME}/bin
|
INSTALLDIR = ${HOME}/bin
|
||||||
|
|
||||||
all: options irmc
|
all: options irmc
|
||||||
|
Loading…
Reference in New Issue
Block a user