arm32 fix warning
This commit is contained in:
parent
dad9c44e54
commit
ddcd211f1b
|
@ -348,7 +348,7 @@ bool txt_to_bin(const char* inFile, const char* outFile){
|
||||||
fclose(pfout);
|
fclose(pfout);
|
||||||
|
|
||||||
// total
|
// total
|
||||||
printf(" count=%d write bytes=%d \n", count, (int)count*sizeof(float));
|
printf(" count=%d write bytes=%d \n", count, (int)(count*sizeof(float)));
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue