fixed compiler warnings (after adding "-Wmissing-prototypes")
[rocksndiamonds.git] / src / Makefile
index f1f99be921fb9d12543e6d34c392e08e6e487a07..0f98d356035c7cb823d146003df6ddd29906c9bc 100644 (file)
@@ -108,7 +108,7 @@ 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 -Wstrict-prototypes   # only for debugging purposes
+OPTIONS = $(DEBUG) -Wall -Wstrict-prototypes -Wmissing-prototypes
 # OPTIONS = $(DEBUG) -Wall -ansi -pedantic     # only for debugging purposes
 # OPTIONS = -O3 -Wall -ansi -pedantic
 # OPTIONS = -O3 -Wall