On Wed, Jul 27, 2011 at 05:34:33AM -0400, John A. Sullivan III wrote:
> Out of curiosity as a programming ignoramus, is treating warnings as
> errors normal practice? - John

During development, I find it much better to use -Werror since most
gcc warnings point to actual issues with the code these days. However,
since warnings tend to come and go depending on your compiler version,
distro patches, ... having -Werror forced in released tarballs is annoying,
thus spice configure only enables by default when building from git.

Christophe

Attachment: pgpXHDmMf2tDg.pgp
Description: PGP signature

_______________________________________________
Spice-devel mailing list
Spice-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/spice-devel

Reply via email to