clang/'Dead assignment': ignore warning #15000

This assignment is informative/documenting though technically unnecessary.
https://github.com/neovim/neovim/pull/11900#discussion_r381860165 .
This commit is contained in:
dundargoc
2021-07-06 03:59:27 +02:00
committed by GitHub
parent a6cdfa27d5
commit df33f30e88

View File

@@ -905,6 +905,7 @@ continue_same_node:
refkey(b, enditr->node, enditr->i);
} else {
past_right = true; // NOLINT
(void)past_right;
break;
}
}