The Wayback Machine - https://web.archive.org/web/20201201012602/https://github.com/microsoft/cpprestsdk/pull/779/commits
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

[gcc-8][clang++-6] disable more -Werror warnings #779

Merged
merged 1 commit into from Aug 1, 2018

Commits on Jun 6, 2018

  1. [gcc-8][clang++-6] disable more -Werror warnings

    gcc-8: -Wno-format-truncation
    
    clang-6: -Wdelete-non-virtual-dtor
    clang-6: -Wunused-lambda-capture
    
    removed duplicated: -Wno-reorder
    
    This fixes #778
    moriarty committed Jun 6, 2018
You can’t perform that action at this time.