1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-07 08:24:43 -04:00

Fix gcc compiler warnings

This commit is contained in:
Jon Beniston
2021-03-31 17:01:47 +01:00
parent 0857f1348a
commit 0e2304de1d
2 changed files with 10 additions and 1 deletions
@@ -32,7 +32,7 @@ void display_poly( int *in, int len )
//
void display_poly_pack( unsigned int *in, int len )
{
(void) in;
// loggerf("\n");
for( int i = 0; i < len/32; i++ )
{