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
Starting with the most recent commit 065127f, building on Windows with gcc 15.2 raises an error:
D:/a/walnuts/walnuts/build/_deps/googletest-src/googlemock/include/gmock/internal/gmock-internal-utils.h:304:7: error: standard attributes in middle of decl-specifiers
304 | GTEST_API_
| ^~~~~~~~~~
D:/a/walnuts/walnuts/build/_deps/googletest-src/googlemock/include/gmock/internal/gmock-internal-utils.h:304:7: note: standard attributes must precede the decl-specifiers to apply to the declaration, or follow them to apply to the type
These lines did indeed change in the commit that originates the problem.