summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorVicent Marti <tanoku@gmail.com>2014-09-04 19:40:27 +0200
committerVicent Marti <tanoku@gmail.com>2014-09-09 03:39:16 +0200
commitadd5dd1b9a9ba8c58cdc6ca0bb62d287acb56278 (patch)
tree8104276c31185205e2fcad669b4842d70028fc2f /Makefile
parent8308ed0259a9ee02c55070db656b389c7b4be71d (diff)
Remove warnings
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index ed4ddd5..0d2eb8b 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
-CFLAGS=-g -O3 -Wall -Wextra -Wno-unused-variable -std=c99 -Isrc $(OPTFLAGS)
-LDFLAGS=-g -O3 -Wall -Wno-unused-variable # -Werror
+CFLAGS=-g -O3 -Wall -Wextra -std=c99 -Isrc $(OPTFLAGS)
+LDFLAGS=-g -O3 -Wall -Werror
SRCDIR=src
DATADIR=data