Skip to content
Snippets Groups Projects
Commit 5c29d564 authored by Matthias Puchner's avatar Matthias Puchner
Browse files

fix warning "unused param"

parent 42fad258
No related branches found
No related tags found
1 merge request!532Reduce SessionItem signaling
...@@ -42,8 +42,8 @@ void SampleValidator::validateItem(const SessionItem* item) ...@@ -42,8 +42,8 @@ void SampleValidator::validateItem(const SessionItem* item)
void SampleValidator::validateInterferences(const LayerItem* layer) void SampleValidator::validateInterferences(const LayerItem* layer)
{ {
#ifdef WIN32
ASSERT(layer); ASSERT(layer);
#ifdef WIN32
int iLayout = 0; int iLayout = 0;
for (const auto* layout : layer->layouts()) { for (const auto* layout : layer->layouts()) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment