]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
msg/async: fix compiler warnings
authorKefu Chai <kchai@redhat.com>
Wed, 17 Aug 2016 06:38:44 +0000 (14:38 +0800)
committerKefu Chai <kchai@redhat.com>
Wed, 17 Aug 2016 06:38:46 +0000 (14:38 +0800)
commit20320f3091ed1d8d09a2dffd308e146a186237da
tree1496bdb5845d6b6bc20786fba306e3fac0119531
parent6c55d73cef71df0c92cca909e07ffcdb462e5357
msg/async: fix compiler warnings

fix warnings like
```
comparison between signed and unsigned integer expressions
[-Wsign-compare]
```

Signed-off-by: Kefu Chai <kchai@redhat.com>
src/msg/async/PosixStack.cc