From mboxrd@z Thu Jan 1 00:00:00 1970 From: Zack Weinberg To: Frank Klemm Cc: gcc@gcc.gnu.org Subject: Re: Strange Warnings Date: Thu, 20 Sep 2001 18:04:00 -0000 Message-id: <20010920180442.S12089@codesourcery.com> References: <20010919223758.C580@fuchs.offl.uni-jena.de> X-SW-Source: 2001-09/msg00827.html On Wed, Sep 19, 2001 at 10:37:58PM +0200, Frank Klemm wrote: > > test-0003-inc.c: In function 'test_0003_run': > test-0003-inc.c:12: warning: passing arg 1 of 'floorf' as 'float' rather than 'double' due to prototype Don't use -Wconversion. It is only useful for shakedown compiles after converting an old K+R program to ANSI prototypes. > test-0003-inc.c:12: warning: cast does not match function type What switch did you use to get this warning? zw