Index: /trunk/devel/run
===================================================================
--- /trunk/devel/run	(revision 1021)
+++ /trunk/devel/run	(revision 1022)
@@ -131,5 +131,5 @@
 	phpize --clean \
 	&& phpize \
-	&& CFLAGS="-Wall -Wno-unused -W -Wshadow -std=gnu99" ./configure \
+	&& CFLAGS="-Wall -Wno-unused -W -Wshadow -Werror=implicit-function-declaration -std=gnu99" ./configure \
 		--enable-xcache-cacher \
 		--enable-xcache-optimizer \
@@ -138,5 +138,6 @@
 		--enable-xcache-disassembler \
 		--enable-xcache-coverager \
-		--enable-xcache-test --enable-xcache-constant
+		--enable-xcache-test \
+		--enable-xcache-constant
 	exit
 	;;
@@ -146,5 +147,7 @@
 esac
 
-LANG=C /usr/bin/make $MAKEOPTS "${MAKEARGS[@]}" 2>&1 | hi error implicit warn FAIL
+LANG=C /usr/bin/make $MAKEOPTS "${MAKEARGS[@]}" 2>&1 \
+| sed -ur 's#Werror=implicit-function-declaration#We/rror=i/mplicit-function-declaration#' \
+| hi error implicit warn FAIL
 ret=${PIPESTATUS[0]}
 if [[ $ret -ne 0 || $type = make ]]; then
