]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
obj_bencher.cc: use static_cast instead of C-Style cast
authorDanny Al-Gaaf <danny.al-gaaf@bisect.de>
Wed, 27 Feb 2013 17:00:20 +0000 (18:00 +0100)
committerDanny Al-Gaaf <danny.al-gaaf@bisect.de>
Wed, 27 Feb 2013 17:00:20 +0000 (18:00 +0100)
commit7b7e9124fde6300eac41af5b54d39fab4a524757
tree9b4a7168397450d3539ae308cff1236627045e70
parent4ac5edd2d82823856d16044044f3b8f7df4b08e3
obj_bencher.cc: use static_cast instead of C-Style cast

Use static_cast<T>() instead of C-Style cast.

Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
src/common/obj_bencher.cc