Skip to content
New issue

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

Error (active) E0120 return value type does not match the function type #405

Open
nitinyadav91 opened this issue Apr 6, 2023 · 1 comment

Comments

@nitinyadav91
Copy link

HI,
I am trying to build libde265 on Visual studio 2019 but getting below error while building source code.

Severity Code Description Project File Line Suppression State
Error (active) E0120 return value type does not match the function type libde265 C:\workspace\heif\libde265-1.0.8\libde265\de265.cc 43

Could you please let me know your suggestion.

@farindk
Copy link
Contributor

farindk commented Jun 13, 2023

Can you send the full error output?
Does it help to replace that line with the following?

return static_cast<const char*>(LIBDE265_VERSION);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants