Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Initialize dummy variable #647

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Commits on Mar 19, 2022

  1. Initialize dummy variable

    Building fails with a warning that we didn't init this var.  So I'm
    setting it to 0.  Is that right, wrong, catastrophic?  I dunno, but
    the warning went away and the build succeeds.  Maybe it would be
    better to just -Wno-error=maybe-uninitialized in
    vendor/github.com/google/googletest/googletest/cmake/internal_utils.cmake
    or something.
    jvasile committed Mar 19, 2022
    Configuration menu
    Copy the full SHA
    d0ee11f View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

  1. Configuration menu
    Copy the full SHA
    3519489 View commit details
    Browse the repository at this point in the history