rpms/kernel/devel kernel-2.6.spec, 1.3052, 1.3053 linux-2.6-debug-extra-warnings.patch, 1.3, 1.4

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Mon Apr 9 04:47:12 UTC 2007


Author: davej

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

Modified Files:
	kernel-2.6.spec linux-2.6-debug-extra-warnings.patch 
Log Message:
* Mon Apr 09 2007 Dave Jones <davej at redhat.com>
- Disable a bunch more warnings.



Index: kernel-2.6.spec
===================================================================
RCS file: /cvs/dist/rpms/kernel/devel/kernel-2.6.spec,v
retrieving revision 1.3052
retrieving revision 1.3053
diff -u -r1.3052 -r1.3053
--- kernel-2.6.spec	8 Apr 2007 23:22:20 -0000	1.3052
+++ kernel-2.6.spec	9 Apr 2007 04:47:09 -0000	1.3053
@@ -2249,6 +2249,9 @@
 #  - tux.
 
 %changelog
+* Mon Apr 09 2007 Dave Jones <davej at redhat.com>
+- Disable a bunch more warnings.
+
 * Sun Apr 08 2007 Dave Jones <davej at redhat.com>
 - 2.6.21-rc6-git1
 

linux-2.6-debug-extra-warnings.patch:
 Makefile |    4 +++-
 1 files changed, 3 insertions(+), 1 deletion(-)

Index: linux-2.6-debug-extra-warnings.patch
===================================================================
RCS file: /cvs/dist/rpms/kernel/devel/linux-2.6-debug-extra-warnings.patch,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- linux-2.6-debug-extra-warnings.patch	4 Apr 2007 23:28:11 -0000	1.3
+++ linux-2.6-debug-extra-warnings.patch	9 Apr 2007 04:47:09 -0000	1.4
@@ -2,7 +2,7 @@
  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.
 
--Wextra -Wno-unused-parameter -Wno-missing-field-initializers
+-Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wno-strict-aliasing -Wno-sign-compare
  Enable the kitchen-sink of 'mostly harmless' warnings, and exclude
  some of the really noisy ones.
 
@@ -19,7 +19,7 @@
 -                   -fno-strict-aliasing -fno-common
 +                   -fno-strict-aliasing -fno-common \
 +		   -Werror-implicit-function-declaration \
-+		   -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wno-strict-aliasing
++		   -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wno-strict-aliasing -Wno-sign-compare
  AFLAGS          := -D__ASSEMBLY__
  
  # Read KERNELRELEASE from include/config/kernel.release (if it exists)




More information about the fedora-cvs-commits mailing list