Fix compilation errors and warnings
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user