1
0
Fork 0

Wconversion make too much noise

git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1216 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
This commit is contained in:
Xuefer 2012-12-20 12:39:51 +00:00
parent cb45d30c6e
commit c6f366489f
1 changed files with 1 additions and 1 deletions

View File

@ -170,7 +170,7 @@ do_phpize() { # {{{1
esac
phpize --clean \
&& phpize \
&& CFLAGS="-g -O0 $pedantic -Wno-variadic-macros -Wno-long-long -Wall -Wno-unused-parameter -Wno-unused-function -W -Wshadow -Werror=implicit-function-declaration -Wconversion -std=c89 -D_GNU_SOURCE -D_POSIX_SOURCE -Dinline=" ./configure \
&& CFLAGS="$CFLAGS -g -O0 $pedantic -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 \
--enable-xcache-encoder \