Changeset 1022
- Timestamp:
- 2012-07-22T05:28:21+02:00 (10 months ago)
- File:
-
- 1 edited
-
trunk/devel/run (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/devel/run
r1021 r1022 131 131 phpize --clean \ 132 132 && phpize \ 133 && CFLAGS="-Wall -Wno-unused -W -Wshadow - std=gnu99" ./configure \133 && CFLAGS="-Wall -Wno-unused -W -Wshadow -Werror=implicit-function-declaration -std=gnu99" ./configure \ 134 134 --enable-xcache-cacher \ 135 135 --enable-xcache-optimizer \ … … 138 138 --enable-xcache-disassembler \ 139 139 --enable-xcache-coverager \ 140 --enable-xcache-test --enable-xcache-constant 140 --enable-xcache-test \ 141 --enable-xcache-constant 141 142 exit 142 143 ;; … … 146 147 esac 147 148 148 LANG=C /usr/bin/make $MAKEOPTS "${MAKEARGS[@]}" 2>&1 | hi error implicit warn FAIL 149 LANG=C /usr/bin/make $MAKEOPTS "${MAKEARGS[@]}" 2>&1 \ 150 | sed -ur 's#Werror=implicit-function-declaration#We/rror=i/mplicit-function-declaration#' \ 151 | hi error implicit warn FAIL 149 152 ret=${PIPESTATUS[0]} 150 153 if [[ $ret -ne 0 || $type = make ]]; then
Note: See TracChangeset
for help on using the changeset viewer.

