Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nginx/nginx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/auto/func
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2004-02-09 19:30:01 +0300
committerIgor Sysoev <igor@sysoev.ru>2004-02-09 19:30:01 +0300
commitf14d69e4cc76323296f10f5fc1fefedd81f9f6ec (patch)
treef0a52b00b31e154a3179678d4410fc87edda69f4 /auto/func
parent7af6b16936b630feabecbce0dbc9cf84b4943481 (diff)
nginx-0.0.2-2004-02-09-19:30:01 import
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