aboutsummaryrefslogtreecommitdiff
path: root/CONTRIBUTORS
diff options
context:
space:
mode:
authorKaito Udagawa <umireon@gmail.com>2015-06-13 19:34:20 +0900
committerKaito Udagawa <umireon@gmail.com>2015-06-13 19:34:20 +0900
commit72ce39de3e428decfb1d29aa33ea81e0386c4441 (patch)
tree63f2d70bc957673decf9fe7c30d093a8eec8377f /CONTRIBUTORS
parentd60945ac432c5e981f4bcfaeb27891ef3b50e10b (diff)
downloadgoogle-benchmark-72ce39de3e428decfb1d29aa33ea81e0386c4441.tar.gz
Fix the compilation error against G++ on Mac OS X.
Using `0` as a null pointer is illegal when `-Wzero-as-null-pointer-constant` is given to G++. To avoid the warning `zero-as-null-pointer-constant`, `nullptr` (C++11 keyword) instead of `0` is used in the `sysctl` invocation.
Diffstat (limited to 'CONTRIBUTORS')
0 files changed, 0 insertions, 0 deletions