ocornut / imgui_test_engine

Dear ImGui Automation Engine & Test Suite
386 stars 40 forks source link

Minor compiler warning #47

Closed mgerhardy closed 2 months ago

mgerhardy commented 2 months ago

I don't have capture support enabled and getting this:

/home/mgerhardy/dev/oss/engine/src/modules/ui/dearimgui/imgui_test_engine/imgui_te_context.cpp:690:13: warning: ‘bool ImGuiTestContext_CanCaptureScreenshot(ImGuiTestContext*)’ defined but not used [-Wunused-function]
  690 | static bool ImGuiTestContext_CanCaptureScreenshot(ImGuiTestContext* ctx)
ocornut commented 2 months ago

Fixed with 1061691