discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Discuss-gnuradio] Gnuradio block behaves strange.....please have a


From: Eric Blossom
Subject: Re: [Discuss-gnuradio] Gnuradio block behaves strange.....please have a look at this (Found my mistake)
Date: Tue, 7 Oct 2008 11:14:04 -0700
User-agent: Mutt/1.5.18 (2008-05-17)

On Tue, Oct 07, 2008 at 01:04:39PM -0500, Murtuza wrote:
> Hi Friends,
> 
> I finally figured out what was wrong in my code. I inadvertently missed the
> return statement in the general_work function. This one little mistake cost
> me an entire week of struggle. Next time I will be more attentive towards
> what I do.

Glad to hear you found the problem.

The compiler was very likely reporting a warning about falling off the
end of a non-void procedure.  It's a good idea to make warning go away.

Eric




reply via email to

[Prev in Thread] Current Thread [Next in Thread]