https://bugzilla.redhat.com/show_bug.cgi?id=1366881



--- Comment #13 from Zbigniew Jędrzejewski-Szmek <zbys...@in.waw.pl> ---
> cc1plus: all warnings being treated as errors

-Werror is a very bad idea. It can be useful in upstream development, where you
are using a specific version of the compiler, and want to catch any warnings as
they appear. But in a package in a distribution, new warnings will appear as
the compiler is updated and becomes smarter, so -Werror will cause constant
breakage. Just remove it.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
_______________________________________________
package-review mailing list
package-review@lists.fedoraproject.org
https://lists.fedoraproject.org/admin/lists/package-review@lists.fedoraproject.org

Reply via email to