mirror of
https://gitee.com/openharmony/third_party_libsnd
synced 2024-11-23 09:59:54 +00:00
tests/dft_cmp.c : Fix signed/unsigned compare warning.
This commit is contained in:
parent
308436a224
commit
fac1cb5e08
@ -40,7 +40,7 @@ double
|
||||
dft_cmp_float (int linenum, const float *in_data, const float *test_data, int len, double target_snr, int allow_exit)
|
||||
{ static double orig [DFT_DATA_LENGTH] ;
|
||||
static double test [DFT_DATA_LENGTH] ;
|
||||
int k ;
|
||||
unsigned k ;
|
||||
|
||||
if (! orig || ! test)
|
||||
{ printf ("Error (line %d) : dft_cmp_float : Bad input arrays.\n", linenum) ;
|
||||
|
Loading…
Reference in New Issue
Block a user