Commits


Henrique Bucher authored and GitHub committed 4050b4bda5a
Fix build break with nvc++ when -Werror is ON (#1569) Build breaks when -Werror is turned on because of unhandled cases of inocuous/pedantic warnings. Adopted the same solution as for Intel PGI compiler - just disable -Werror manually, unless BENCHMARK_FORCE_WERROR is enabled. Fixes #1556.