Skip to content

Commit

Permalink
update code to remove clang7 warning
Browse files Browse the repository at this point in the history
  • Loading branch information
fmichonneau committed Jul 27, 2018
1 parent c2a2300 commit 461715a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ncl/nxstaxablock.h
Expand Up @@ -214,8 +214,8 @@ class NxsTaxaBlock
taxLabels = other.taxLabels;
labelToIndex = other.labelToIndex;
dimNTax = other.dimNTax;
taxSets = taxSets;
taxPartitions = other.taxPartitions;
static_cast<void>(taxSets);
taxPartitions = other.taxPartitions;
inactiveTaxa = other.inactiveTaxa;
}
NxsTaxaBlock * Clone() const
Expand Down

0 comments on commit 461715a

Please sign in to comment.