Eike Lange wrote:
On Mon, Nov 18, 2002 at 11:10:28AM +0100, Frank Heckenbach wrote:
: `-Wfloat-equal'
[...]
(The next version of GPC will support this option, too.)
Is it then supported with -Wall or -W or do I have to set this explicitly in my makefiles?
GCC doesn't include it in `-Wall' and `-W', so I think to avoid confusion we shouldn't do it either, so you'll have to set it explicitly.
Frank