You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
.../native/external/sources/pvmp3dec/src/pvmp3_alias_reduction.cpp:172:70: warning: implicit conversion from 'int' to 'float' changes value from 2147483647 to 2147483648 [-Wimplicit-const-int-float-conversion]
C/C++: *used_freq_lines = fxp_mul32_Q32(*used_freq_lines << 16, (int32)(0x7FFFFFFF / (float)18 - 1.0f)) >> 15;
虽然只是个警告, 但是理论上这种关于数值方面的错误 会有隐患, 希望可以修复.
Relevant error log output
No response
Steps to reproduce
如上
Minimal reproduction project
No response
The text was updated successfully, but these errors were encountered:
Cocos Creator version
3.8.3
System information
android
Issue description
警告如下:
虽然只是个警告, 但是理论上这种关于数值方面的错误 会有隐患, 希望可以修复.
Relevant error log output
No response
Steps to reproduce
如上
Minimal reproduction project
No response
The text was updated successfully, but these errors were encountered: