You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
deargui/deargui.cpp: In lambda function:
deargui/deargui.cpp:431:27: error: format not a string literal and no format arguments [-Werror=format-security]
431 | ImGui::TextColored(col, fmt);
| ~~~~~~~~~~~~~~~~~~^~~~~~~~~~
Somehow my python build has
-Werror=format-security
setThis results in errors building deargui.cpp
I had to workaround it by doing:
The text was updated successfully, but these errors were encountered: