``` data_file_test.cpp:37:20: warning: suggest explicit braces to avoid ambiguous ‘else’ [-Wdangling-else] 37 | if (!result.endOfFile()) | ^ ``` ``` Source/engine/render/dun_render.cpp:1126:6: note: variable tracking size limit exceeded with ‘-fvar-tracking-assignments’, retrying without 1126 | void RenderTile(const Surface &out, Point position, ```