]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
common: re-add unsigned config option type
authorJohn Spray <john.spray@redhat.com>
Tue, 11 Jul 2017 12:25:26 +0000 (08:25 -0400)
committerJohn Spray <john.spray@redhat.com>
Fri, 21 Jul 2017 10:27:25 +0000 (06:27 -0400)
commit72d42de9d0678d3bcc6822a900b0432ca798f154
treece1c3d584060dea1b4385d93ec8d6d0faa0be1c6
parent3933adef6a0832b8f140e344e42855c2e4dfb051
common: re-add unsigned config option type

As long as some options are being consumed
via md_config_t:: members, various users
of (unsigned) int values will get compile warnings
when they e.g. compare them with other unsigned values.

Signed-off-by: John Spray <john.spray@redhat.com>
src/common/config.cc
src/common/config.h
src/common/options.cc
src/common/options.h
src/convert.cc