Add support for newly introduced class ARDOUR::DSPLoadCalculator (when building with...
[ardour.git] / libs / ardour / bundle.cc
index 834a98d347d4d2a1d3deaebc655f816dec6fee6c..7e50807c6e14501ca4d91317f3c2c51471e8e5d6 100644 (file)
@@ -591,7 +591,7 @@ Bundle::type_channel_to_overall (DataType t, uint32_t c) const
                ++o;
        }
 
-       /* NOTREACHED */
+       abort(); /* NOTREACHED */
        return -1;
 }