diff test/automated/Makefile @ 3722:d8772964e402 gsoc2009_unit_tests

Added more strict warning flags. Fixed bugs/issues uncovered by warning flags.
author Edgar Simo <bobbens@gmail.com>
date Thu, 09 Jul 2009 10:42:56 +0000
parents 1e46139bc4bc
children 97e9704fc267
line wrap: on
line diff
--- a/test/automated/Makefile	Thu Jul 09 10:36:09 2009 +0000
+++ b/test/automated/Makefile	Thu Jul 09 10:42:56 2009 +0000
@@ -1,6 +1,6 @@
 
 
-CFLAGS  := -I. `sdl-config --cflags`
+CFLAGS  := -W -Wall -Wextra -I. `sdl-config --cflags`
 LDFLAGS := `sdl-config --libs`
 
 # If it doesn't pick up defaults