2026-03-25 7:55 AM - last edited on 2026-03-25 8:09 AM by mƎALLEm
void CompressedUnmappedFontCache::unableToCache(const GlyphNode* /*glyphNode*/, int /*byteSize*/)
{
while(1);
}But, it's generated code, so I have to make this fix every time a regenerate. This warning happens in both `CompressedUnmappedFontCache` and `CompressedFontCache`.2026-03-26 7:04 AM
Hello .
Thank you for reporting this issue. I will make sure a fix is included in TouchGFX 4.27.0.
In the meantime, to avoid having to manually modify the generated code, you can create a Ruby script and run it from the Post Generate Target Command, which you can find under Config -> Build.
Best regards,
Johan