Silence compiler warning when without ICU

This commit is contained in:
Thomas Krijnen
2016-08-09 14:09:44 +02:00
parent 1e8c7ef7f0
commit 202b226ea0
+1
View File
@@ -86,6 +86,7 @@ void IfcCharacterDecoder::addChar(std::stringstream& s,const UChar32& ch) {
s << s2.str(); s << s2.str();
} }
#else #else
(void)ch;
s.put(substitution_character); s.put(substitution_character);
#endif #endif
} }