]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
erasure-code: fix gf-complete warning 12150/head
authorKefu Chai <kchai@redhat.com>
Wed, 23 Nov 2016 07:32:42 +0000 (15:32 +0800)
committerKefu Chai <kchai@redhat.com>
Wed, 23 Nov 2016 07:38:14 +0000 (15:38 +0800)
pick up latest gf-complete submodule

$ git log --no-merges --pretty=%s \
  a6847973cba329ae079d3bd26341a4ec2906f012..c431e1ff76bdce6c3f6c0d0cbdf6a01c68f81071
gf_w32.c: silence the -Wmaybe-uninitialized warning

it silences following warning:

ceph/src/erasure-code/jerasure/gf-complete/src/gf_w32.c: In
function ‘gf_w32_cfmgk_multiply_region_from_single’:

ceph/src/erasure-code/jerasure/gf-complete/src/gf_w32.c:410:5:
warning: ‘a’ may be used uninitialized in this function
[-Wmaybe-uninitialized]
   g = _mm_insert_epi64 (a, g_star, 0);
     ^

Signed-off-by: Kefu Chai <kchai@redhat.com>
src/erasure-code/jerasure/gf-complete

index a6847973cba329ae079d3bd26341a4ec2906f012..c431e1ff76bdce6c3f6c0d0cbdf6a01c68f81071 160000 (submodule)
@@ -1 +1 @@
-Subproject commit a6847973cba329ae079d3bd26341a4ec2906f012
+Subproject commit c431e1ff76bdce6c3f6c0d0cbdf6a01c68f81071