-
- Downloads
[App] DE: Fix warning. Avoid undefined behaviour.
Use static_cast to unsigned integer because count is non-negative. Check if iterator is not pointint to the list's end before access.
Please register or sign in to comment
Use static_cast to unsigned integer because count is non-negative. Check if iterator is not pointint to the list's end before access.