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:
@@ -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++ )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user