]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
rgw: kill a compile warning for rgw_sync 10425/head
authorAbhishek Lekshmanan <abhishek@suse.com>
Mon, 25 Jul 2016 09:21:11 +0000 (11:21 +0200)
committerAbhishek Lekshmanan <abhishek@suse.com>
Wed, 10 Aug 2016 16:33:27 +0000 (18:33 +0200)
commit831640bb46621a6f003ad562cef7928ffa9a7ad3
tree5b77500c0a9c1bd648a534564689fef8dc1b61cd
parent8662d77237052db25561037cf2601b28d2164039
rgw: kill a compile warning for rgw_sync

killing the compile warning for

```
/ceph/src/rgw/rgw_sync.cc:1462:12:
warning: suggest explicit braces to avoid ambiguous ‘else’ [-Wparentheses]
         if (can_adjust_marker) yield {
            ^
```

Signed-off-by: Abhishek Lekshmanan <abhishek@suse.com>
Signed-off-by: Casey Bodley <cbodley@redhat.com>
src/rgw/rgw_sync.cc