diff --git a/lib/nodes/fpga.cpp b/lib/nodes/fpga.cpp index a8401a547..f5dde122f 100644 --- a/lib/nodes/fpga.cpp +++ b/lib/nodes/fpga.cpp @@ -273,7 +273,7 @@ int fpga_stop(struct node *n) int fpga_read(struct node *n, struct sample *smps[], unsigned cnt, unsigned *release) { - int read; + unsigned read; struct fpga *f = (struct fpga *) n->_vd; struct sample *smp = smps[0];