summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorChristopher Peplin <chris.peplin@rhubarbtech.com>2014-01-07 00:07:11 -0500
committerChristopher Peplin <chris.peplin@rhubarbtech.com>2014-01-07 00:07:11 -0500
commit7f1d5473842361f97fef886bc4e98949ecf853b6 (patch)
treec54ace92b5603b6f1ba3b3f8110339b15e2a51da /Makefile
parent05e7cb6cfd0929046abe0ea44bab7a43d7f6d0d2 (diff)
Enable warnings when compiling and fix a few.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d831b5ad..e93efb47 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
CC = gcc
INCLUDES = -Isrc
-CFLAGS = $(INCLUDES) -c -w -Wall -Werror -g -ggdb -coverage
+CFLAGS = $(INCLUDES) -c -Wall -Werror -g -ggdb -coverage
LDFLAGS = -coverage -lm
LDLIBS = -lcheck