summaryrefslogtreecommitdiffhomepage
path: root/auto/func
diff options
context:
space:
mode:
Diffstat (limited to 'auto/func')
-rw-r--r--auto/func2
1 files changed, 1 insertions, 1 deletions
diff --git a/auto/func b/auto/func
index acbab9c95..fcbbe0183 100644
--- a/auto/func
+++ b/auto/func
@@ -19,7 +19,7 @@ int main() {
END
-eval "$CC $CC_TEST_FLAGS -o $NGX_AUTOTEST $NGX_AUTOTEST.c $ngx_func_libs \
+eval "$CC_WARN $CC_TEST_FLAGS -o $NGX_AUTOTEST $NGX_AUTOTEST.c $ngx_func_libs \
>> $NGX_ERR 2>&1"
if [ -x $NGX_AUTOTEST ]; then