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

Turn off additional deprecation warnings for GCC. #1271

Merged
merged 1 commit into from
Oct 2, 2018

Commits on Oct 2, 2018

  1. Turn off additional deprecation warnings for GCC.

    In follow up from the conversation in nlohmann#1269, this adds the
    `-Wno-deprecate-declarations` flag to unit tests to allow them to
    test deprecated APIs without all the noisy compiler warnings.
    This also refactors the setting of build properties for test targets
    to use `target_<...>` commands instead of `set_target_properties()`.
    Chuck Atkins committed Oct 2, 2018
    Configuration menu
    Copy the full SHA
    829571a View commit details
    Browse the repository at this point in the history