suppress some benign warnings

This commit is contained in:
itsmattkc
2021-02-21 10:23:06 +11:00
parent e0443e017c
commit 7fee0e6b04
3 changed files with 13 additions and 2 deletions
@@ -140,6 +140,14 @@ void NodeTableView::SetTime(const rational &time)
sub_item->setText(1, source_name);
switch (value.type()) {
case NodeValue::kVideoParams:
case NodeValue::kAudioParams:
case NodeValue::kFootageJob:
case NodeValue::kShaderJob:
case NodeValue::kSampleJob:
case NodeValue::kGenerateJob:
// These types have no string representation
break;
case NodeValue::kTexture:
{
// NodeTableTraverser puts video params in here