void function cannot return value
Daniel Jacobowitz
drow@false.org
Thu Feb 8 16:32:00 GMT 2007
On Wed, Jan 31, 2007 at 11:32:47PM +0200, timeless wrote:
> the build fails because of:
> "wrapper.c", line 773: void function cannot return value
> ".././gdb/cli/cli-cmds.c", line 517: void function cannot return value
> "target.c", line 1248: void function cannot return value
> "target.c", line 1264: void function cannot return value
>
> the fix (cvs diff attached) is to replace
> return (void) foo();
> with
> foo(); return;
Thanks for the patch! I committed it.
--
Daniel Jacobowitz
CodeSourcery
More information about the Gdb-patches
mailing list