On Wed, 10 Apr 1996, Blake Weaver (BSS-Summer Intern) wrote: > argument = skip_spaces(&argument); > > Here is the error message... > void value not ignored as it ought to be <skip_spaces> returns void; it's argument is a pointer and is modified within skip_spaces. As the warning states, <skip_spaces> is void, by giving 'arguemnt =' you are not ignoring that.
This archive was generated by hypermail 2b30 : 12/18/00 PST