From 1be510f9529cb082f802408b472a77d074b394c0 Mon Sep 17 00:00:00 2001 From: Nicolas Vigier Date: Sun, 14 Apr 2013 13:46:12 +0000 Subject: Add zarb MLs html archives --- zarb-ml/mageia-dev/2013-February/022347.html | 101 +++++++++++++++++++++++++++ 1 file changed, 101 insertions(+) create mode 100644 zarb-ml/mageia-dev/2013-February/022347.html (limited to 'zarb-ml/mageia-dev/2013-February/022347.html') diff --git a/zarb-ml/mageia-dev/2013-February/022347.html b/zarb-ml/mageia-dev/2013-February/022347.html new file mode 100644 index 000000000..bb2687104 --- /dev/null +++ b/zarb-ml/mageia-dev/2013-February/022347.html @@ -0,0 +1,101 @@ + + + + [Mageia-dev] disable a warning as error? + + + + + + + + + +

[Mageia-dev] disable a warning as error?

+ David Walser + luigiwalser at yahoo.com +
+ Sat Feb 2 01:20:45 CET 2013 +

+
+ +
zezinho <lists.jjorge at ...> writes:
+> hi, while working on a package (powermanga-0.91) I ended on a warning 
+> that is treated as error.
+> As far as I have found in internet, it may be a false positive, am I as 
+> packager allowed by our policy to disable it? And how?
+> 
+> images.c:821:4: error: missing initializer 
+> [-Werror=missing-field-initializers]
+> images.c:821:4: error: (near initialization for ‘text[0].itxt_length’) 
+> [-Werror=missing-field-initializers]
+
+You can check with upstream if there's a fix for this.
+
+In the meantime, you can disable the warning as error with:
+export CFLAGS="%{optflags} -Wno-error=missing-field-initializers"
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+

+ +
+More information about the Mageia-dev +mailing list
+ -- cgit v1.2.1