From 4c6a1df6f5fde0dbc8a6efa6e7938c094c2b7da0 Mon Sep 17 00:00:00 2001
From: David Schleef <ds@schleef.org>
Date: Fri, 25 May 2001 23:28:20 +0000
Subject: Added -Wall

---
 test/Rules.mak | 3 +++
 1 file changed, 3 insertions(+)

(limited to 'test')

diff --git a/test/Rules.mak b/test/Rules.mak
index 1700195aa..00abb880f 100644
--- a/test/Rules.mak
+++ b/test/Rules.mak
@@ -22,6 +22,9 @@ STRIPTOOL=strip
 # Check if 'ls -sh' works or not
 LSFLAGS = -l
 
+# turn all the warnings on
+WARNINGS=-Wall
+
 # use '-Os' optimization if available, else use -O2
 OPTIMIZATION = $(shell if $(CC) -Os -S -o /dev/null -xc /dev/null >/dev/null 2>&1; \
     then echo "-Os"; else echo "-O2" ; fi)
-- 
cgit v1.2.3