Skip to content

Commit 361f6c7

Browse files
author
Nicolas Fauvet
committed
Fix VS2017 warnings
1 parent d6b59fb commit 361f6c7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

include/fixpp/visitor.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -372,6 +372,10 @@ namespace Fixpp
372372
int index = -1;
373373
int dummy[] = {0, (doVisitSingleField<Indexes>(tag, meta::get<Indexes>(message.values), visitor, &index), 0)...};
374374

375+
(void) dummy;
376+
(void) tag;
377+
(void) visitor;
378+
375379
if (index != -1)
376380
message.allBits.set(static_cast<size_t>(index));
377381

0 commit comments

Comments
 (0)