commit | 328695bd47551c3eb30b9504d79458a40ffe28b0 | [log] [tgz] |
---|---|---|
author | Manuel Floruß <manuel.floruss@gmail.com> | Sat Dec 10 17:01:15 2022 +0100 |
committer | ocornut <omarcornut@gmail.com> | Mon Jan 02 16:02:56 2023 +0100 |
tree | e0f93f1a78836db67e6f69c0d95a344db14679aa | |
parent | da832532c0073cfab3fdfc74944a7d5b8b44b556 [diff] |
Provide a non-empty definition for IMGUI_DEBUG_PRINTF when disabled. (#5978) Fixes MSVC warning C4390 when /W3 is specified. Reworked from original PR: (void)0 provides better codegen by do-while. Similar to #5901