We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
CSVReporter is marked deprecated as of #488, but the type is still used inside benchmark.cc https://github.com/google/benchmark/blob/master/src/benchmark.cc#L451, breaking -Werror builds.
The text was updated successfully, but these errors were encountered:
Disable deprecation warnings when -Werror is enabled.
3cdd5ab
Fixes #608
Disable deprecation warnings when -Werror is enabled. (#609)
151ead6
Disable deprecation warnings when -Werror is enabled. (google#609)
133c739
Fixes google#608
dmah42
No branches or pull requests
CSVReporter is marked deprecated as of #488, but the type is still used inside benchmark.cc https://github.com/google/benchmark/blob/master/src/benchmark.cc#L451, breaking -Werror builds.
The text was updated successfully, but these errors were encountered: