summaryrefslogtreecommitdiff
path: root/trunk/Makefile
diff options
context:
space:
mode:
authorJames Shaw <jshaw@netsurf-browser.org>2008-03-26 21:11:51 +0000
committerJames Shaw <jshaw@netsurf-browser.org>2008-03-26 21:11:51 +0000
commit9aa23badba0cb139ee23b696649dae67f0686805 (patch)
tree15e1f6bb4d17a1a2e24c30a04f5bcbbc1fa98b7d /trunk/Makefile
parent83231da18da90d329f3a3b825119ba5e7d7670aa (diff)
downloadlibrosprite-9aa23badba0cb139ee23b696649dae67f0686805.tar.gz
librosprite-9aa23badba0cb139ee23b696649dae67f0686805.tar.bz2
Change all functions to return an error code, with the result
struc being passed as a function argument svn path=/import/jshaw/libsprite/; revision=10017
Diffstat (limited to 'trunk/Makefile')
-rw-r--r--trunk/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/trunk/Makefile b/trunk/Makefile
index a4cc9b9..7f86a41 100644
--- a/trunk/Makefile
+++ b/trunk/Makefile
@@ -6,7 +6,7 @@ CFLAGS = -Wall -Wextra -Wundef -Wpointer-arith -Wcast-align \
-Wwrite-strings -Wstrict-prototypes \
-Wnested-externs -Werror -pedantic -std=c99 \
-Wno-format-zero-length -Wformat-security -Wstrict-aliasing=2 \
- -Wmissing-format-attribute \
+ -Wmissing-format-attribute -Wunused -Wunreachable-code \
-Wformat=2 -Werror-implicit-function-declaration
LDFLAGS = -L./
#-Wmissing-declarations -Wmissing-prototypes