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
Since Googletest isn't upgraded to the last version, there are some errors like:
error: ‘dummy’ may be used uninitialized [-Werror=maybe-uninitialized] 1301 | StackLowerThanAddress(&dummy, &result);
If you upgrade googletest everything builds as expected (ther errors are in the library) here's the link to googletest V1.15.2
Your welcome
The text was updated successfully, but these errors were encountered:
I have installed the latest version of googletest but the build still fails. with the error mentioned.
Sorry, something went wrong.
No branches or pull requests
Since Googletest isn't upgraded to the last version, there are some errors like:
If you upgrade googletest everything builds as expected (ther errors are in the library)
here's the link to googletest V1.15.2
Your welcome
The text was updated successfully, but these errors were encountered: