RPM Package Manager, CVS Repository
  http://rpm5.org/cvs/
  ____________________________________________________________________________

  Server: rpm5.org                         Name:   Jeff Johnson
  Root:   /v/rpm/cvs                       Email:  j...@rpm5.org
  Module: rpm                              Date:   18-Feb-2012 23:27:20
  Branch: rpm-5_4                          Handle: 2012021822272000

  Modified files:           (Branch: rpm-5_4)
    rpm                     configure.ac

  Log:
    - tests: add -Wno-unused-but-set-variable to avoid useless waterfall
    warnings.

  Summary:
    Revision    Changes     Path
    2.472.2.34  +1  -0      rpm/configure.ac
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: rpm/configure.ac
  ============================================================================
  $ cvs diff -u -r2.472.2.33 -r2.472.2.34 configure.ac
  --- rpm/configure.ac  15 Feb 2012 20:35:04 -0000      2.472.2.33
  +++ rpm/configure.ac  18 Feb 2012 22:27:20 -0000      2.472.2.34
  @@ -156,6 +156,7 @@
           if test ".`$CC --version 2>&1 | grep 'GCC'`" != .; then
               dnl # GNU GCC (usually "gcc")
               CFLAGS="$CFLAGS -Wall -W -Wpointer-arith -Wstrict-prototypes 
-Wmissing-prototypes -Wno-char-subscripts -Wno-unused-parameter 
-Wformat-security"
  +            CFLAGS="$CFLAGS -Wno-unused-but-set-variable"
           elif test ".`$CC -V 2>&1 | grep 'Sun C'`" != .; then
               dnl # Sun Studio (usually "cc")
               CFLAGS="$CFLAGS -v"
  @@ .
______________________________________________________________________
RPM Package Manager                                    http://rpm5.org
CVS Sources Repository                                rpm-cvs@rpm5.org

Reply via email to