@matthiasrichter looks like you have a tautological comparison at line 267 of devices/aliceHLTwrapper/Component.cxx: ``` >> if (outputBlockCnt >= 0) { ``` where `outputBlockCnt` is unsigned. Shall we just drop the check?