Fix unused warning
This commit is contained in:
parent
5869f86d97
commit
c9aa8b8fa5
1 changed files with 2 additions and 1 deletions
|
@ -60,7 +60,8 @@ std::optional<Emboss::Glyph> Private::get_glyph(stbtt_fontinfo &font_info, int u
|
|||
wchar_t wchar = static_cast<wchar_t>(unicode_letter);
|
||||
std::cerr << "Character unicode letter ("
|
||||
<< "decimal value = " << std::dec << unicode_letter << ", "
|
||||
<< "hexadecimal value = U+" << std::hex << unicode_letter << std::dec
|
||||
<< "hexadecimal value = U+" << std::hex << unicode_letter << std::dec << ", "
|
||||
<< "wchar value = " << wchar
|
||||
<< ") is NOT defined inside of the font. \n";
|
||||
return {};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue