Avoid compiler warning

pull/7/merge
pabr 2017-07-13 11:47:27 +02:00
rodzic 8c2e6ed433
commit c36d3be1a1
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -232,7 +232,7 @@ namespace leansdr {
private:
pipereader< complex<T> > in;
pipewriter< complex<T> > out;
const int chunk_size = 128;
static const int chunk_size = 128;
void run() {
while ( in.readable() >= chunk_size &&
out.writable() >= chunk_size ) {