speechd-discuss
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] Fix most warnings with gcc 4.4 on Linux


From: Trevor Saunders
Subject: [PATCH] Fix most warnings with gcc 4.4 on Linux
Date: Tue, 7 Sep 2010 13:10:37 -0400

Hi,

> Hello Chris, thanks. I can't test the patch either, but if it is OK,
> then there will be 0 warnings in Speech Dispatcher (along with the
> 2 patches I submitted before) on Linux amd64 with gcc 4.4. That would
> be the time to celebrate by turning on -Werror :-)

no errors is very nice, but imho werror is a pain, and should never be
in the production branch of a makefile.  when I'm building $random_project I
don't want the build to fail because of some sily warning.  Personally I just
run a script that runs a complete rebuild, and gets rid of normal make messages,
leaving only warnings, and 0 warnings makes this easier.  The issue with
werror is that while working on stuff you have to make sure your code
doesn't have silly warnings like the mixed declarations and code one.
At least the way I work I want to make it work correctly before I worry
about neatness, but that may just be me.

Trev

> 
> _______________________________________________
> Speechd mailing list
> Speechd at lists.freebsoft.org
> http://lists.freebsoft.org/mailman/listinfo/speechd
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: 
<http://lists.freebsoft.org/pipermail/speechd/attachments/20100907/e519eaf7/attachment.pgp>


reply via email to

[Prev in Thread] Current Thread [Next in Thread]