Skip to content

Fix signed-vs-unsigned comp in assert

Dan Guest requested to merge dguest/athena:fix-assert into 21.2

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.

Merge request reports