rpms/kernel/devel linux-2.6-debug-extra-warnings.patch,1.6,1.7

Dave Jones (davej) fedora-extras-commits at redhat.com
Fri Jun 22 00:52:51 UTC 2007


Author: davej

Update of /cvs/pkgs/rpms/kernel/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15482

Modified Files:
	linux-2.6-debug-extra-warnings.patch 
Log Message:
This flag outlived its usefulness.



linux-2.6-debug-extra-warnings.patch:

Index: linux-2.6-debug-extra-warnings.patch
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/linux-2.6-debug-extra-warnings.patch,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- linux-2.6-debug-extra-warnings.patch	6 Jun 2007 07:19:27 -0000	1.6
+++ linux-2.6-debug-extra-warnings.patch	22 Jun 2007 00:52:12 -0000	1.7
@@ -2,9 +2,6 @@
  This makes builds fail sooner if something is implicitly defined instead
  of having to wait half an hour for it to fail at the linking stage.
 
--Wpointer-arith
- http://bugzilla.kernel.org/show_bug.cgi?id=7561
-
 Signed-off-by: Dave Jones <davej at redhat.com>
 
 --- linux-2.6.21.noarch/Makefile~	2007-06-04 16:46:24.000000000 -0400
@@ -15,7 +12,7 @@
  CFLAGS          := -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs \
 -                   -fno-strict-aliasing -fno-common
 +		   -fno-strict-aliasing -fno-common \
-+		   -Werror-implicit-function-declaration -Wpointer-arith
++		   -Werror-implicit-function-declaration
  AFLAGS          := -D__ASSEMBLY__
  
  # Read KERNELRELEASE from include/config/kernel.release (if it exists)




More information about the scm-commits mailing list