Commits


Byoungchan Lee authored and GitHub committed 80d70ddd943
Fix -Wdeprecated-declarations warning once more. (#1256) In #1238, one of MemoryManager's Stop methods was marked as deprecated and this method is used in the same header. This change generated -Wdeprecated-declarations warning on every file that includes "benchmark.h". Use gcc's diagnostics to fix this warning.