-
Notifications
You must be signed in to change notification settings - Fork 69
Open

Description
Your Makefile
works out of the box. You only have to create ~/.local
directory before running make
.
There is an warning I think I should report back to you:
include/imgui/imgui_draw.cpp: In function 'void ImFontAtlasBuildPackCustomRects(ImFontAtlas*, void*)':
include/imgui/imgui_draw.cpp:2214:11: warning: 'void* memset(void*, int, size_t)' specified size between 18446744071562067968 and 18446744073709551615 exceeds maximum object size 9223372036854775807 [-Wstringop-overflow=]
2214 | memset(pack_rects.Data, 0, (size_t)pack_rects.size_in_bytes());
| ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Metadata
Metadata
Assignees
Labels
No labels