Added temp parameters for toggled render APIs #537
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
14 errors and 18 notices
Build (Release, Win32)
'ImGui::PushStyleColor': ambiguous call to overloaded function [D:\a\SpecialK\SpecialK\SpecialK.vcxproj]
|
Build (Release, Win32):
src/control_panel/cfg_compatibility.cpp#L236
ImGui::PushStyleColor (ImGuiCol_Text, ImColor (1.0f, .7f, .3f)); [D:\a\SpecialK\SpecialK\SpecialK.vcxproj]
|
Build (Release, Win32):
src/control_panel/cfg_compatibility.cpp#L236
^ [D:\a\SpecialK\SpecialK\SpecialK.vcxproj]
|
Build (Release, Win32)
'ImGui::PushStyleColor': ambiguous call to overloaded function [D:\a\SpecialK\SpecialK\SpecialK.vcxproj]
|
Build (Release, Win32)
ImGui::PushStyleColor (ImGuiCol_Text, ImColor (1.0f, .7f, .3f)); [D:\a\SpecialK\SpecialK\SpecialK.vcxproj]
|
Build (Release, Win32)
^ [D:\a\SpecialK\SpecialK\SpecialK.vcxproj]
|
Build (Release, Win32)
Process completed with exit code 1.
|
Build (Release, x64)
'ImGui::PushStyleColor': ambiguous call to overloaded function [D:\a\SpecialK\SpecialK\SpecialK.vcxproj]
|
Build (Release, x64):
src/control_panel/cfg_compatibility.cpp#L236
ImGui::PushStyleColor (ImGuiCol_Text, ImColor (1.0f, .7f, .3f)); [D:\a\SpecialK\SpecialK\SpecialK.vcxproj]
|
Build (Release, x64):
src/control_panel/cfg_compatibility.cpp#L236
^ [D:\a\SpecialK\SpecialK\SpecialK.vcxproj]
|
Build (Release, x64)
'ImGui::PushStyleColor': ambiguous call to overloaded function [D:\a\SpecialK\SpecialK\SpecialK.vcxproj]
|
Build (Release, x64)
ImGui::PushStyleColor (ImGuiCol_Text, ImColor (1.0f, .7f, .3f)); [D:\a\SpecialK\SpecialK\SpecialK.vcxproj]
|
Build (Release, x64)
^ [D:\a\SpecialK\SpecialK\SpecialK.vcxproj]
|
Build (Release, x64)
Process completed with exit code 1.
|
Build (Release, Win32)
could be 'void ImGui::PushStyleColor(ImGuiCol,const ImVec4 &)' [D:\a\SpecialK\SpecialK\SpecialK.vcxproj]
|
Build (Release, Win32)
IMGUI_API void PushStyleColor(ImGuiCol idx, const ImVec4& col); [D:\a\SpecialK\SpecialK\SpecialK.vcxproj]
|
Build (Release, Win32)
^ (compiling source file src\control_panel\cfg_compatibility.cpp) [D:\a\SpecialK\SpecialK\SpecialK.vcxproj]
|
Build (Release, Win32)
or 'void ImGui::PushStyleColor(ImGuiCol,ImU32)' [D:\a\SpecialK\SpecialK\SpecialK.vcxproj]
|
Build (Release, Win32)
IMGUI_API void PushStyleColor(ImGuiCol idx, ImU32 col); // modify a style color. always use this if you modify the style after NewFrame(). [D:\a\SpecialK\SpecialK\SpecialK.vcxproj]
|
Build (Release, Win32)
^ (compiling source file src\control_panel\cfg_compatibility.cpp) [D:\a\SpecialK\SpecialK\SpecialK.vcxproj]
|
Build (Release, Win32)
while trying to match the argument list '(ImGuiCol_, ImColor)' [D:\a\SpecialK\SpecialK\SpecialK.vcxproj]
|
Build (Release, Win32)
ImGui::PushStyleColor (ImGuiCol_Text, ImColor (1.0f, .7f, .3f)); [D:\a\SpecialK\SpecialK\SpecialK.vcxproj]
|
Build (Release, Win32)
^ [D:\a\SpecialK\SpecialK\SpecialK.vcxproj]
|
Build (Release, x64)
could be 'void ImGui::PushStyleColor(ImGuiCol,const ImVec4 &)' [D:\a\SpecialK\SpecialK\SpecialK.vcxproj]
|
Build (Release, x64)
IMGUI_API void PushStyleColor(ImGuiCol idx, const ImVec4& col); [D:\a\SpecialK\SpecialK\SpecialK.vcxproj]
|
Build (Release, x64)
^ (compiling source file src\control_panel\cfg_compatibility.cpp) [D:\a\SpecialK\SpecialK\SpecialK.vcxproj]
|
Build (Release, x64)
or 'void ImGui::PushStyleColor(ImGuiCol,ImU32)' [D:\a\SpecialK\SpecialK\SpecialK.vcxproj]
|
Build (Release, x64)
IMGUI_API void PushStyleColor(ImGuiCol idx, ImU32 col); // modify a style color. always use this if you modify the style after NewFrame(). [D:\a\SpecialK\SpecialK\SpecialK.vcxproj]
|
Build (Release, x64)
^ (compiling source file src\control_panel\cfg_compatibility.cpp) [D:\a\SpecialK\SpecialK\SpecialK.vcxproj]
|
Build (Release, x64)
while trying to match the argument list '(ImGuiCol_, ImColor)' [D:\a\SpecialK\SpecialK\SpecialK.vcxproj]
|
Build (Release, x64)
ImGui::PushStyleColor (ImGuiCol_Text, ImColor (1.0f, .7f, .3f)); [D:\a\SpecialK\SpecialK\SpecialK.vcxproj]
|
Build (Release, x64)
^ [D:\a\SpecialK\SpecialK\SpecialK.vcxproj]
|