David Schleef %!s(int64=23) %!d(string=hai) anos
pai
achega
4c6a1df6f5
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      test/Rules.mak

+ 3 - 0
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)