benchmark/test
Keith Moyer 8cead00783
Remove warnings for internal use of CSVReporter (#956)
In a previous commit[1], diagnostic pragmas were used to avoid this
warning. However, the incorrect warning flag was indicated, leaving the
warning in place. -Wdeprecated is for deprecated features while
-Wdeprecated-declarations for deprecated functions, variables, and
types[2].

[1] c408461983
[2] https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html
2020-04-14 10:20:22 +01:00
..
AssemblyTests.cmake
basic_test.cc
benchmark_gtest.cc
benchmark_name_gtest.cc
benchmark_test.cc
BUILD Switch to Starlark for C++ rules. (#887) 2019-10-08 11:09:51 +01:00
clobber_memory_assembly_test.cc
CMakeLists.txt Fix cxx03 standard selection, option override in CMake 3.13+. Fixes #933 (#934) 2020-01-31 10:16:25 +00:00
commandlineflags_gtest.cc Read options from environment (#881) (#883) 2019-10-23 11:07:08 +03:00
complexity_test.cc
cxx03_test.cc
diagnostics_test.cc
display_aggregates_only_test.cc
donotoptimize_assembly_test.cc
donotoptimize_test.cc
filter_test.cc
fixture_test.cc
internal_threading_test.cc
link_main_test.cc
map_test.cc
memory_manager_test.cc
multiple_ranges_test.cc
options_test.cc
output_test.h
output_test_helper.cc Remove warnings for internal use of CSVReporter (#956) 2020-04-14 10:20:22 +01:00
register_benchmark_test.cc
report_aggregates_only_test.cc
reporter_output_test.cc CPU caches are binary units, not SI. (#911) 2019-12-02 09:29:16 +00:00
skip_with_error_test.cc Relax CHECK condition in benchmark_runner.cc (#938) 2020-02-21 17:53:25 +03:00
state_assembly_test.cc
statistics_gtest.cc Fix type conversion warnings. (#951) 2020-04-06 13:52:09 +01:00
string_util_gtest.cc Guard ASSERT_THROWS checks with BENCHMARK_HAS_NO_EXCEPTIONS (#874) 2019-09-20 10:25:31 +01:00
templated_fixture_test.cc
user_counters_tabular_test.cc
user_counters_test.cc Custom user counters: add invert modifier. (#850) 2019-08-12 17:47:46 +03:00
user_counters_thousands_test.cc