We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compile the library using MSVC 2019, see warning:
libopusenc\src\unicode_support.c(44,56): warning C4312: 'type cast': conversion from 'int' to 'wchar_t *' of greater size
The malloc function is used without including its definition. Including "stdlib.h" results in no warning.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Repro
Compile the library using MSVC 2019, see warning:
Solution
The malloc function is used without including its definition. Including "stdlib.h" results in no warning.
The text was updated successfully, but these errors were encountered: