rcorder: only build with -Wall and -Wextra.
--HG-- extra : convert_revision : ada319665138be88b0dfc9c5670b8389f605fc4a
This commit is contained in:
parent
504e123044
commit
394dfb9c1e
|
@ -4,3 +4,4 @@ OBJS= fgetln.o fparseln.o ealloc.o hash.o rcorder.o
|
|||
TOPDIR= ../../..
|
||||
include $(TOPDIR)/prog.mk
|
||||
LDFLAGS=
|
||||
WARNFLAGS= -Wall -Wextra
|
||||
|
|
Loading…
Reference in New Issue