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:
parent
cb45d30c6e
commit
c6f366489f
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue