this change silences following warning:
warning: unnecessary parentheses in declaration of ‘os’ [-Wparentheses]
std::ostringstream(os);
^
Signed-off-by: Kefu Chai <kchai@redhat.com>
(cherry picked from commit
b6fe1fec148cf5bcd9a8d780c993dbebc83b860d)
void KeyRing::encode_formatted(string label, Formatter *f, bufferlist& bl)
{
- std::ostringstream(os);
f->open_array_section(label.c_str());
for (map<EntityName, EntityAuth>::iterator p = keys.begin();
p != keys.end();