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 /W4 level warnings in MSVC++ 2015 #41

Merged
merged 4 commits into from
Jul 2, 2017
Merged

Commits on Apr 10, 2017

  1. Fix /W4 level warnings in MSVC++ 2015

    Remove unused variable names and use underlying class for enum (VS 2012 and above support strongly typed enums and will warn about incorrect usage).
    Falconne committed Apr 10, 2017
    Configuration menu
    Copy the full SHA
    6c7e6af View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2017

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

Commits on Jun 30, 2017

  1. Configuration menu
    Copy the full SHA
    35b0464 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8f247e4 View commit details
    Browse the repository at this point in the history