Learn more about cloning repositories
You have read-only access
Improve BENCHMARK_UNUSED definition (#1111) Take advantage of C++17's `[[maybe_unused]]` if it's available. Also clang supports `__attribute__((unused))` so add that too.