PathSimulator: Fix many compiler warnings

This commit is contained in:
wmayer
2024-05-23 08:51:22 +02:00
committed by wwmayer
parent d90a78391b
commit 68889f05ec
13 changed files with 56 additions and 59 deletions

View File

@@ -85,6 +85,7 @@ void Shader::UpdateTextureSlot(int slot)
bool CheckCompileResult(int shader)
{
#ifdef QT_OPENGL_LIB
(void)shader;
return false;
#else
char log[1024];
@@ -269,4 +270,4 @@ const char* FragShaderFlat =
" FragColor = vec4(objectColor, 1.0); \n"
"} \n";
} // namespace MillSim
} // namespace MillSim