From 394dfb9c1e8308bed64e1f4ea323df7c2bcabb7e Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sat, 11 Apr 2009 16:21:00 +0200 Subject: [PATCH] rcorder: only build with -Wall and -Wextra. --HG-- extra : convert_revision : ada319665138be88b0dfc9c5670b8389f605fc4a --- templates/rcorder/files/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/rcorder/files/Makefile b/templates/rcorder/files/Makefile index 1b52b1d3c51..7c498506091 100644 --- a/templates/rcorder/files/Makefile +++ b/templates/rcorder/files/Makefile @@ -4,3 +4,4 @@ OBJS= fgetln.o fparseln.o ealloc.o hash.o rcorder.o TOPDIR= ../../.. include $(TOPDIR)/prog.mk LDFLAGS= +WARNFLAGS= -Wall -Wextra