[dee] add -Wno-error=maybe-uninitialized

Tom Callaway spot at fedoraproject.org
Thu Aug 7 08:47:53 UTC 2014


commit 0637d5d215200216e2d0ee727a29e17cb74fc1d1
Author: Tom Callaway <spot at fedoraproject.org>
Date:   Thu Aug 7 10:47:49 2014 +0200

    add -Wno-error=maybe-uninitialized

 dee.spec |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/dee.spec b/dee.spec
index 5c67a50..517379c 100644
--- a/dee.spec
+++ b/dee.spec
@@ -35,8 +35,9 @@ developing applications that use %{name}.
 %setup -q
 
 %build
+export CFLAGS="%{optflags} -Wno-error=maybe-uninitialized"
 %configure --disable-static
-make %{?_smp_mflags}
+make %{?_smp_mflags} V=1
 
 %install
 make DESTDIR=%{buildroot} install


More information about the scm-commits mailing list