Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tests: add const for ec test #6911

Merged
merged 1 commit into from Jan 8, 2016
Merged

Conversation

stiopaa1
Copy link
Contributor

Added const to k and m variable, so the later declared array
buffer::ptr enc[k + m] doesn't have to use variable-length
extension.

@ghost ghost added the cleanup label Dec 13, 2015
Added const to k and m variable, so the later declared array
buffer::ptr enc[k + m] doesn't have to use variable-length
extension.

Signed-off-by: Michal Jarzabek <stiopa@gmail.com>
liewegas added a commit that referenced this pull request Jan 8, 2016
tests: add const for ec test

Reviewed-by: Sage Weil <sage@redhat.com>
@liewegas liewegas merged commit 501bf3f into ceph:master Jan 8, 2016
@ghost ghost changed the title erasure-code/TestErasureCodeIsa.cc: add const tests: add const for ec test Feb 10, 2016
@ghost ghost added the tests label Feb 15, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
3 participants