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
The GTEST_INTERNAL_HAVE_CPP_ATTRIBUTE is not evaluating against the C++ standard in which an attribute is introduced. Currently the only usage is in context of GTEST_INTERNAL_HAVE_CPP_ATTRIBUTE(maybe_unused) which could lead in context of C++14 to usage maybe_unused which is only applicable from C++17 onwards. Usage of this could be leading to -Wc++17-attribute-extensions warning.