From 91358a1020b74a86a9797a4f97507d637eef091c Mon Sep 17 00:00:00 2001 From: lace <> Date: Sat, 28 Jul 2007 15:28:55 +0000 Subject: [PATCH] Fixed `-O0 -Wuninitialized' GCC error. --- src/gdb.spec-debug.patch | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/gdb.spec-debug.patch b/src/gdb.spec-debug.patch index 40bcfcc..9db11d3 100644 --- a/src/gdb.spec-debug.patch +++ b/src/gdb.spec-debug.patch @@ -1,12 +1,13 @@ --- gdb.spec-orig 2006-07-14 07:18:22.000000000 +0200 +++ gdb.spec 2006-07-25 13:16:58.000000000 +0200 -@@ -341,7 +341,8 @@ +@@ -341,7 +341,9 @@ # at least one warning, and stop the compilation. The whole configury # line needs to be cleaned up. -export CFLAGS="$RPM_OPT_FLAGS" +#export CFLAGS="$RPM_OPT_FLAGS" +export CFLAGS="$RPM_OPT_FLAGS -O0 -ggdb2" ++sed -i -e 's/ -Wuninitialized / -Wno-uninitialized /g' ../gdb/configure enable_build_warnings="" %ifarch %{ix86} alpha ia64 ppc s390 s390x x86_64 ppc64 -- 1.8.3.1