[gtest] build failure while using GCC 11 (trunk) #15617
Labels
category:port-bug
The issue is with a library, which is something the port should already support
category:port-update
The issue is with a library, which is requesting update new revision
Host Environment
To Reproduce
./vcpkg install gtest
Failure logs
install-x64-linux-dbg-out.log
Additional context
The build error is caused by a new warning (
something may be used uninitialized
) in GCC 11 and-Werror
in CMake configuration ofgtest
.Master branch of
gtest
has fixed this compile error, but we cannot expect any releases due to Abseil's Live-at-Head philosophy.So how about adding a patch for it?
The text was updated successfully, but these errors were encountered: