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
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