discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] how do I disable this buffer warning?


From: Eric Blossom
Subject: Re: [Discuss-gnuradio] how do I disable this buffer warning?
Date: Mon, 4 Jun 2007 08:11:24 -0700
User-agent: Mutt/1.5.9i

On Mon, Jun 04, 2007 at 12:19:21PM +0200, Vincenzo Pellegrini wrote:
> Hi List,
> the warning is ok, but once I have realized I've got no problem with it
> how do I prevent it from spoiling the continuity of my status
> messages? :D
> 
> can anyone suggest how to disable it
> 
> many thanks
> best regards 
> 
> vincenzo
> > ---------------------------------------------------------
> > Connecting Outer Interleaver, Bit Extractor, Inner Encoder
> > Done
> > ---------------------------------------------------------
> > Connecting Inner Interleaver
> > gr_buffer::allocate_buffer: warning: tried to allocate
> >    5 items of size 6048. Due to alignment requirements
> >    128 were allocated.  If this isn't OK, consider padding
> >    your structure to a power-of-two bytes.
> >    On this platform, our allocation granularity is 4096 bytes.

It's printed out on line 126 of gr_buffer.cc.

Hack away ;)

Eric





reply via email to

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