Skip to content

Fix error and warning in assert statment which breaks the debug build.

  • Fix error in assert due to a comparison between an enum and an int, this breaks dbg builds.
  • Fix warning in assert about an unsigned int always zero or larger.

Merge request reports