]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
cmake: disable -fvar-tracking-assignments for osdcap.cc 12194/head
authorKefu Chai <kchai@redhat.com>
Fri, 25 Nov 2016 01:43:56 +0000 (09:43 +0800)
committerKefu Chai <kchai@redhat.com>
Mon, 28 Nov 2016 04:33:17 +0000 (12:33 +0800)
commitce4f641b81c1cd2528f5754991dc5e793962c935
tree5d1e7218ce3fa63ce1483c1e65e68fed4af5f81a
parent5af29540675b674c1985ff98b28a783ed124acf6
cmake: disable -fvar-tracking-assignments for osdcap.cc

this silences the warning of

/home/jenkins-build/build/workspace/ceph-pull-requests/src/test/osd/osdcap.cc:
In member function ‘virtual void
OSDCap_AllowClassMulti_Test::TestBody()’:
/home/jenkins-build/build/workspace/ceph-pull-requests/src/test/osd/osdcap.cc:766:6:
note: variable tracking size limit exceeded with
-fvar-tracking-assignments, retrying without
 TEST(OSDCap, AllowClassMulti) {
      ^

Signed-off-by: Kefu Chai <kchai@redhat.com>
src/test/osd/CMakeLists.txt