mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-14 07:25:52 +08:00
Fix unused warning
This commit is contained in:
parent
5869f86d97
commit
c9aa8b8fa5
@ -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…
x
Reference in New Issue
Block a user