Fix compilation errors and warnings

This commit is contained in:
Jérôme Leclercq
2021-07-07 22:16:22 +02:00
parent 1f6937ab1b
commit 309fd547e1
14 changed files with 38 additions and 30 deletions

View File

@@ -53,7 +53,7 @@ namespace Nz
return m_device;
}
bool OpenGLRenderer::Prepare(const ParameterList& parameters)
bool OpenGLRenderer::Prepare(const ParameterList& /*parameters*/)
{
std::unique_ptr<GL::Loader> loader = SelectLoader();
if (!loader)