OpenAFS Master Repository branch, openafs-stable-1_6_x, updated. openafs-stable-1_6_0pre1-2-g2fa92a5

Gerrit Code Review gerrit@openafs.org
Mon, 20 Dec 2010 14:34:23 -0800 (PST)


The following commit has been merged in the openafs-stable-1_6_x branch:
commit 2fa92a58e827aec77c8b4dbe50d06e54d185f316
Author: Andrew Deason <adeason@sinenomine.net>
Date:   Mon Nov 22 22:54:32 2010 -0500

    Only specify CFLAGS_NO* with --enable-checking
    
    Currently we are always specifying e.g. CFLAGS_NOUNUSED as -Wno-unused
    when we think we are compiling with gcc. Since autoconf always tries
    to use gcc when possible, this breaks the build if we have a gcc
    available but we use another cc for building.
    
    This should be fixed otherwise, but in the meantime at least make this
    only happen if warnings are actually turned on, so the build is less
    likely to break with a default ./configure invocation.
    
    Reviewed-on: http://gerrit.openafs.org/3366
    Reviewed-by: Derrick Brashear <shadow@dementia.org>
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    (cherry picked from commit 18793d4bfaeb88fd456c8d489165139126c0d293)
    
    Change-Id: Ifd31548dfecdd1a4838047e2548a8b2265422d26
    Reviewed-on: http://gerrit.openafs.org/3557
    Reviewed-by: Derrick Brashear <shadow@dementia.org>
    Tested-by: Derrick Brashear <shadow@dementia.org>

 src/cf/osconf.m4 |   24 ++++++------------------
 1 files changed, 6 insertions(+), 18 deletions(-)

-- 
OpenAFS Master Repository