rpms/kernel/devel linux-2.6-debug-Wundef.patch,1.3,1.4

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Thu Apr 6 18:12:57 UTC 2006


Author: davej

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

Modified Files:
	linux-2.6-debug-Wundef.patch 
Log Message:
hush some warnings.


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.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- linux-2.6-debug-Wundef.patch	1 Apr 2006 05:21:45 -0000	1.3
+++ linux-2.6-debug-Wundef.patch	6 Apr 2006 18:12:53 -0000	1.4
@@ -11,7 +11,7 @@
  
  CFLAGS 		:= -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs \
 -	  	   -fno-strict-aliasing -fno-common
-+	  	   -fno-strict-aliasing -fno-common -Wextra -Wstrict-prototypes -Wundef -Werror-implicit-function-declaration
++	  	   -fno-strict-aliasing -fno-common -Wstrict-prototypes -Wundef -Werror-implicit-function-declaration
  AFLAGS		:= -D__ASSEMBLY__
  
  # Read KERNELRELEASE from .kernelrelease (if it exists)




More information about the fedora-cvs-commits mailing list