rpms/kernel/devel linux-2.6-debug-Wundef.patch,1.8,1.9

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Mon Dec 4 17:25:27 UTC 2006


Author: davej

Update of /cvs/dist/rpms/kernel/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv32121

Modified Files:
	linux-2.6-debug-Wundef.patch 
Log Message:
too noisy


linux-2.6-debug-Wundef.patch:
 Makefile |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

Index: linux-2.6-debug-Wundef.patch
===================================================================
RCS file: /cvs/dist/rpms/kernel/devel/linux-2.6-debug-Wundef.patch,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- linux-2.6-debug-Wundef.patch	27 Nov 2006 19:08:42 -0000	1.8
+++ linux-2.6-debug-Wundef.patch	4 Dec 2006 17:25:20 -0000	1.9
@@ -1,7 +1,6 @@
 
 -Wundef
 -Werror-implicit-function-declaration
--Wshadow
 
 Signed-off-by: Dave Jones <davej at redhat.com>
 
@@ -12,7 +11,7 @@
  
  CFLAGS          := -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs \
 -                   -fno-strict-aliasing -fno-common
-+                   -fno-strict-aliasing -fno-common -Wstrict-prototypes -Wundef -Werror-implicit-function-declaration -Wshadow
++                   -fno-strict-aliasing -fno-common -Wstrict-prototypes -Wundef -Werror-implicit-function-declaration
  AFLAGS          := -D__ASSEMBLY__
  
  # Read KERNELRELEASE from include/config/kernel.release (if it exists)




More information about the fedora-cvs-commits mailing list