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

test: kill warnings #14892

Merged
merged 5 commits into from May 1, 2017
Merged

test: kill warnings #14892

merged 5 commits into from May 1, 2017

Commits on May 1, 2017

  1. cls/rbd: print uint64_t in a platform neutral way

    Signed-off-by: Kefu Chai <kchai@redhat.com>
    tchaikov committed May 1, 2017
    Copy the full SHA
    4e0f7b4 View commit details
    Browse the repository at this point in the history
  2. crush: pass by const reference to kill compiling error

    i have following error when compiling with gcc-6 on armhf
    
    ceph/src/crush/CrushCompiler.cc: In member function 'int
    CrushCompiler::decompile(std::ostream&)':
    ceph/src/crush/CrushCompiler.cc:462:45: error: invalid initialization of
    non-const reference of type 'std::pair<const long unsigned int,
    crush_choo
    se_arg_map>&' from an rvalue of type 'std::pair<const long unsigned int,
    crush_choose_arg_map>'
           int ret = decompile_choose_args(i, out);
    
    Signed-off-by: Kefu Chai <kchai@redhat.com>
    tchaikov committed May 1, 2017
    Copy the full SHA
    c8ca98e View commit details
    Browse the repository at this point in the history
  3. test/librbd: print uint64_t in a platform neutral way

    Signed-off-by: Kefu Chai <kchai@redhat.com>
    tchaikov committed May 1, 2017
    Copy the full SHA
    5126f55 View commit details
    Browse the repository at this point in the history
  4. test/librbd: silence warning from -Wsign-compare

    Signed-off-by: Kefu Chai <kchai@redhat.com>
    tchaikov committed May 1, 2017
    Copy the full SHA
    c83c62e View commit details
    Browse the repository at this point in the history
  5. test/librados: silence -Woverloaded-virtual warning

    Signed-off-by: Kefu Chai <kchai@redhat.com>
    tchaikov committed May 1, 2017
    Copy the full SHA
    8b8646f View commit details
    Browse the repository at this point in the history