Update git submodules

* Update liberasurecode from branch 'master'
  - Merge "Do not discard a technical return value in tests"
  - Do not discard a technical return value in tests
    
    Compilers are getting smarter, and we started getting this:
    
    libec_slap.c: In function 'test_hd_code':
    libec_slap.c:285:14: error: 'frags.array' may be used uninitialized
     in this function [-Werror=maybe-uninitialized]
    
    The fix is to consume the error code in such a way that the
    test proceeds further only when frags are indeed initialized.
    
    Change-Id: I54db0172a36419206d00b22608523a08818f41f6
This commit is contained in:
Zuul 2020-02-11 00:22:56 +00:00 committed by Gerrit Code Review
parent 4f6e77f263
commit 4dd0fae063
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit 4e4995cccc2d21c292a11d80ee138e2b3f15992e
Subproject commit 03aa44f7d21a6fc48abd3e3d73cd7b0631dde9f6