Re: "No previous prototype for function" warning
Re: "No previous prototype for function" warning
- Subject: Re: "No previous prototype for function" warning
- From: Jens Alfke <email@hidden>
- Date: Fri, 05 Aug 2011 21:59:15 -0700
On Aug 5, 2011, at 9:51 PM, Dave Keck wrote: void testing();
For historical reasons, this isn’t a prototype in C (it is in C++). To make it a prototype, you have to put a “void” in the param list:
void testing(void);
—Jens |
_______________________________________________
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