I am getting the following warning when running my script:

gr_buffer::allocate_buffer: warning: tried to allocate
   4 items of size 88192. Due to alignment requirements
   32 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.

Can somebody tell me how to solve this problem or suppress this warning?

I found it has to do something with fft-size that is not power of 2..

_______________________________________________
Discuss-gnuradio mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to