Thanks to all the responses.
-Wconversion made the warnings go away.
Hopefully that wont come back and bite me later...

On 23/06/2009, at 15:11 , Kyle Sluder wrote:

On Mon, Jun 22, 2009 at 9:01 PM, Michael Ash<michael....@gmail.com> wrote:
I think you mean -Wshorten-64-to-32. -Wconversion warns you every time
a function call has the parameter passing altered by the presence of
the function's prototype, which is to say that it will warn you every
time you call any function (or method) which takes a char, unsigned
char, short, unsigned short, or float. Not exactly useful.

You are indeed correct, I had confused the two.

--Kyle Sluder
_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/brian%40darknova.com

This email sent to br...@darknova.com

_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to