Skip to content

Commit 202b226

Browse files
committed
Silence compiler warning when without ICU
1 parent 1e8c7ef commit 202b226

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ifcparse/IfcCharacterDecoder.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ void IfcCharacterDecoder::addChar(std::stringstream& s,const UChar32& ch) {
8686
s << s2.str();
8787
}
8888
#else
89+
(void)ch;
8990
s.put(substitution_character);
9091
#endif
9192
}

0 commit comments

Comments
 (0)