diff options
author | Vicent Marti <tanoku@gmail.com> | 2014-09-04 19:40:27 +0200 |
---|---|---|
committer | Vicent Marti <tanoku@gmail.com> | 2014-09-09 03:39:16 +0200 |
commit | add5dd1b9a9ba8c58cdc6ca0bb62d287acb56278 (patch) | |
tree | 8104276c31185205e2fcad669b4842d70028fc2f /Makefile | |
parent | 8308ed0259a9ee02c55070db656b389c7b4be71d (diff) |
Remove warnings
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |