mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-24 22:10:00 +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();
|
s << s2.str();
|
||||||
}
|
}
|
||||||
#else
|
#else
|
||||||
|
(void)ch;
|
||||||
s.put(substitution_character);
|
s.put(substitution_character);
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user