rcorder: only build with -Wall and -Wextra.

--HG--
extra : convert_revision : ada319665138be88b0dfc9c5670b8389f605fc4a
This commit is contained in:
Juan RP 2009-04-11 16:21:00 +02:00
parent 504e123044
commit 394dfb9c1e
1 changed files with 1 additions and 0 deletions

View File

@ -4,3 +4,4 @@ OBJS= fgetln.o fparseln.o ealloc.o hash.o rcorder.o
TOPDIR= ../../..
include $(TOPDIR)/prog.mk
LDFLAGS=
WARNFLAGS= -Wall -Wextra