Skip to content

Commit e11cf5f

Browse files
committed
Warning fixes
1 parent c06441e commit e11cf5f

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

source/Executor.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,7 @@ namespace Langulus::Flow
182182
output.SmartPush(IndexBack, Abandon(solved));
183183
},
184184
[&](const Neat& neat) {
185+
(void)neat;
185186
// And order-independent container
186187
// Make a shallow copy of the Neat, and strip all
187188
// verbs from it. Some of them might get reinserted, if
@@ -353,6 +354,8 @@ namespace Langulus::Flow
353354
}
354355
},
355356
[&](const Neat& neat) {
357+
(void)neat;
358+
356359
// Make a shallow copy of the neat, and strip all
357360
// verbs from it. Some of them might get reinserted, if
358361
// missing, but generally they will be substituted with

0 commit comments

Comments
 (0)