Cosmetics: Reduce the coding style warnings

This commit is contained in:
Felipe Zimmerle
2016-03-21 15:32:02 -03:00
parent c43391072c
commit 214cc15785
7 changed files with 22 additions and 25 deletions

View File

@@ -45,7 +45,7 @@ std::string HtmlEntityDecode::evaluate(std::string value,
// FIXME: html_entities_decode_inplace is not working as expected
// temporary disabled to perform the audit_log tests.
//html_entities_decode_inplace((unsigned char *)tmp, value.size());
// html_entities_decode_inplace((unsigned char *)tmp, value.size());
std::string ret("");
ret.assign(tmp);
free(tmp);