]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
obj_bencher.cc: use vector instead of VLA's
authorDanny Al-Gaaf <danny.al-gaaf@bisect.de>
Wed, 6 Feb 2013 11:02:46 +0000 (12:02 +0100)
committerSage Weil <sage@inktank.com>
Wed, 6 Feb 2013 16:42:03 +0000 (08:42 -0800)
commitad526c0e442ce9b1069d90816e898ede36fb1066
treeb35219d1dace74d383936887372ffc0eefefb43f
parenta4042cc3c9347d79adac637324d1ef88fe0869a4
obj_bencher.cc: use vector instead of VLA's

Fix "variable length array of non-POD element type" error. (-Wvla)

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