Skip to content

Commit

Permalink
Fix compiler warning in client configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
teusbenschop committed Mar 29, 2024
1 parent 1f3aee5 commit 36314c0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions filter/string.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1818,6 +1818,7 @@ static std::string substitute_xml_entities_into_text(const std::string& text)
}


#ifdef HAVE_CLOUD
static std::string substitute_xml_entities_into_attributes(const char quote, const std::string& text)
{
std::string result {substitute_xml_entities_into_text (text)};
Expand All @@ -1829,6 +1830,7 @@ static std::string substitute_xml_entities_into_attributes(const char quote, con
}
return result;
}
#endif


#ifdef HAVE_CLOUD
Expand Down

0 comments on commit 36314c0

Please sign in to comment.