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

Fix warnings on some 32 bit platforms #1539

Merged
merged 1 commit into from
Oct 19, 2016

Commits on Oct 19, 2016

  1. Fix warnings on some 32 bit platforms

    For some reason, certain 32 bit platforms have gcc errors about this
    spot leading to uninitialized variables (they don't! but gcc can't seem
    to figure that out). The 64 bit platforms figure it out just fine, so
    just eat the cost of a couple useless assigns on the platforms where
    it's a problem.
    lgritz committed Oct 19, 2016
    Configuration menu
    Copy the full SHA
    7936ea1 View commit details
    Browse the repository at this point in the history