Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix warning maybe-uninitialized in install-dependencies
Recent versions of gcc changed some rule about uninitialized variables, causing a warning which is for some reason considered as an error when I try to run `bootstrap.sh`. See google/googletest#3219 and google/googletest#3024 This fixes it by applying a patch which is already in the master branch of googletest, but not in the release version used by the script.
- Loading branch information