]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
auth: silence -Wparentheses warning
authorKefu Chai <kchai@redhat.com>
Mon, 7 May 2018 07:18:40 +0000 (15:18 +0800)
committerKefu Chai <kchai@redhat.com>
Mon, 7 May 2018 07:21:49 +0000 (15:21 +0800)
commitb6fe1fec148cf5bcd9a8d780c993dbebc83b860d
tree349ae48b6223a5be1308ae89cefaeb6de980cfdc
parent4b99f88fac67d652fe9b7e790236899794ea6c1a
auth: silence -Wparentheses warning

this change silences following warning:

warning: unnecessary parentheses in declaration of ‘os’ [-Wparentheses]
   std::ostringstream(os);
                     ^

Signed-off-by: Kefu Chai <kchai@redhat.com>
src/auth/KeyRing.cc