mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-09 09:21:46 +00:00
Silence compiler warning when without ICU
This commit is contained in:
@@ -86,6 +86,7 @@ void IfcCharacterDecoder::addChar(std::stringstream& s,const UChar32& ch) {
|
||||
s << s2.str();
|
||||
}
|
||||
#else
|
||||
(void)ch;
|
||||
s.put(substitution_character);
|
||||
#endif
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user