From 8b26430bc2c471a6903a91f975dce820d8d38208 Mon Sep 17 00:00:00 2001 From: Brian Norris Date: Fri, 9 Mar 2012 18:21:12 -0800 Subject: [PATCH] Makefile: turn on all warnings (That's how I caught the previous error...) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index efa75ff..139e954 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ CC=gcc BIN=libthreads SOURCE=libthreads.c schedule.c HEADERS=libthreads.h schedule.h common.h -FLAGS= +FLAGS=-Wall all: ${BIN} -- 2.34.1