This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: void function cannot return value


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]