mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-16 11:05:58 +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);
|
wchar_t wchar = static_cast<wchar_t>(unicode_letter);
|
||||||
std::cerr << "Character unicode letter ("
|
std::cerr << "Character unicode letter ("
|
||||||
<< "decimal value = " << std::dec << 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";
|
<< ") is NOT defined inside of the font. \n";
|
||||||
return {};
|
return {};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user