summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2013-03-13 22:29:15 +0000
committerVincent Sanders <vince@kyllikki.org>2013-03-13 22:29:15 +0000
commitf5b62224da1082fce948d29086dc683690e5201b (patch)
tree2c62a5a8a9982a5985863cac6b70b2d3b78fd1cd
parentda5cec5613dbb4673425043310e617698e06f53a (diff)
downloadlibrosprite-f5b62224da1082fce948d29086dc683690e5201b.tar.gz
librosprite-f5b62224da1082fce948d29086dc683690e5201b.tar.bz2
unreachable code warning is unreliable on some of our compilers
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f9e802b..550aedd 100644
--- a/Makefile
+++ b/Makefile
@@ -18,7 +18,7 @@ WARNFLAGS := -Wall -Wextra -Wundef -Wpointer-arith -Wcast-align \
-Wwrite-strings -Wstrict-prototypes \
-Wnested-externs -pedantic -std=c99 \
-Wno-format-zero-length -Wformat-security -Wstrict-aliasing=2 \
- -Wmissing-format-attribute -Wunused -Wunreachable-code \
+ -Wmissing-format-attribute -Wunused \
-Wformat=2 -Werror-implicit-function-declaration \
-Wmissing-declarations -Wmissing-prototypes