Index: /trunk/mod_encoder/xc_encoder.c
===================================================================
--- /trunk/mod_encoder/xc_encoder.c	(revision 1112)
+++ /trunk/mod_encoder/xc_encoder.c	(revision 1113)
@@ -1,1 +1,1 @@
-static char dummy = 1;
+static void dummy() { }
Index: /trunk/mod_cacher/xc_cacher.c
===================================================================
--- /trunk/mod_cacher/xc_cacher.c	(revision 1083)
+++ /trunk/mod_cacher/xc_cacher.c	(revision 1113)
@@ -3337,7 +3337,4 @@
 	xc_sandbox_module_init(module_number TSRMLS_CC);
 	return xcache_zend_extension_add(&xc_cacher_zend_extension_entry, 0);
-
-err_init:
-	return FAILURE;
 }
 /* }}} */
Index: /trunk/devel/run
===================================================================
--- /trunk/devel/run	(revision 1112)
+++ /trunk/devel/run	(revision 1113)
@@ -144,5 +144,5 @@
 	phpize --clean \
 	&& phpize \
-	&& CFLAGS="-g -O0 -pedantic-errors -Wno-variadic-macros -Wno-long-long -Wall -Wno-unused -W -Wshadow -Werror=implicit-function-declaration -std=c89 -D_GNU_SOURCE -D_POSIX_SOURCE -Dinline=" ./configure \
+	&& CFLAGS="-g -O0 -pedantic-errors -Wno-variadic-macros -Wno-long-long -Wall -Wno-unused-parameter -Wno-unused-function -W -Wshadow -Werror=implicit-function-declaration -std=c89 -D_GNU_SOURCE -D_POSIX_SOURCE -Dinline=" ./configure \
 		--enable-xcache-cacher \
 		--enable-xcache-optimizer \
@@ -163,4 +163,5 @@
 | sed -ur \
 	-e 's#Werror=implicit-function-declaration#We/rror=i/mplicit-function-declaration#' \
+	-e 's#-pedantic-errors#-pedantic-e/rrors#' \
 	-e 's#\./xc_processor\.h#'$PWD'/xc_processor.h#' \
 	-e 's#\./xc_processor\.c\.h#'$PWD'/xc_processor.c.h#' \
Index: /trunk/mod_decoder/xc_decoder.c
===================================================================
--- /trunk/mod_decoder/xc_decoder.c	(revision 1112)
+++ /trunk/mod_decoder/xc_decoder.c	(revision 1113)
@@ -1,1 +1,1 @@
-static char dummy = 1;
+static void dummy() { }
Index: /trunk/xcache.c
===================================================================
--- /trunk/xcache.c	(revision 1106)
+++ /trunk/xcache.c	(revision 1113)
@@ -709,7 +709,4 @@
 
 	return SUCCESS;
-
-err_init:
-	return FAILURE;
 }
 /* }}} */
