Fix signed-vs-unsigned comp in assert
Simple fix for an assert that compared an unsigned and a signed integer and resulted in a compiler warning. Didn't pick this up until now because it doesn't fire on the release build.
GitLab jobs artifacts no longer stored forever as of Monday, November 4th 08:30h. Further information under https://cern.ch/otg0152576
Simple fix for an assert that compared an unsigned and a signed integer and resulted in a compiler warning. Didn't pick this up until now because it doesn't fire on the release build.