Re: Spurious warnings
Re: Spurious warnings
- Subject: Re: Spurious warnings
- From: "Jan E. Schotsman" <email@hidden>
- Date: Mon, 21 Jul 2008 19:48:10 +0200
On Jul 21, 2008, at 7:26 PM, Jens Alfke wrote:
It's correct behavior, if you read the description of that warning
flag. It's warning you whenever the function's prototype results in
parameter values being implicitly converted from one type (double)
to another type (float). If your code required maximum numeric
accuracy, you'd probably want to be warned about this kind of
truncation.
But the type of my struct fields is not double, it is float! I still
get the warnings!
Jan E.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden