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

Remove a few warnings on macOS #26675

Merged
merged 2 commits into from
Mar 21, 2019
Merged

Commits on Mar 13, 2019

  1. Remove a few warnings on macOS

    1. Remove unused captures in lambdas.
    2. Reorder a field initializer list.
    3. Remove some unused typedefs.
    4. Remove a few unused variables.
    
    Many warnings remain, including many thread safety warnings which are
    somewhat alarming.
    girving committed Mar 13, 2019
    Configuration menu
    Copy the full SHA
    5befc2e View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2019

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