" Warning: Comparing signed and unsigned integral values"
This warning message is when signed and unsigned integral values are used in the same
expression. In this situation it can be difficult for the compiler to know the appropriate
type for the expression.