Wierd prototype errors
Wierd prototype errors
- Subject: Wierd prototype errors
- From: Richard Schreyer <email@hidden>
- Date: Tue, 16 Apr 2002 23:05:16 -0700
In my project, I'm getting a lot of warnings like the following:
warning: passing arg 1 of `setAllowsUserCustomization:' with different
width due to prototype
warning: passing arg 4 of `NSMakeRect' as `float' rather than `double'
due to prototype
warning: passing arg 2 of `setFrame:display:animate:' with different
width due to prototype
whenever I use any basic types, like BOOL, int float, etc. The types
I'm sending in these methods ARE correct.
These warnings only occur in the ObjC files of a largely ObjC++ project.
Any ideas?
Richard Schreyer
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.