fixed compiler warnings (after adding "-Wstrict-prototypes")
[rocksndiamonds.git] / src / Makefile
index da2806bb2a3496aa1d4b7c8dcfdcfa55882b1f01..f1f99be921fb9d12543e6d34c392e08e6e487a07 100644 (file)
@@ -107,7 +107,8 @@ DEBUG = -DDEBUG -g
 
 # OPTIONS = $(DEBUG) -Wall                     # only for debugging purposes
 # OPTIONS = $(DEBUG) -O3 -Wall                 # only for debugging purposes
-OPTIONS = $(DEBUG) -Wall                       # only for debugging purposes
+# OPTIONS = $(DEBUG) -Wall                     # only for debugging purposes
+OPTIONS = $(DEBUG) -Wall -Wstrict-prototypes   # only for debugging purposes
 # OPTIONS = $(DEBUG) -Wall -ansi -pedantic     # only for debugging purposes
 # OPTIONS = -O3 -Wall -ansi -pedantic
 # OPTIONS = -O3 -Wall