NO-OP: Fix compiler warning (-Wreturn-type)

This commit is contained in:
Robin Gareus
2019-08-07 17:27:56 +02:00
parent 3243bf591c
commit 7020c40fc4

View File

@@ -219,6 +219,8 @@ IO::can_add_port (DataType type) const
case DataType::MIDI:
return _ports.count ().n_midi() < 1;
}
abort(); /*NOTREACHED*/
return false;
}
int