app/Components/Loaders/OBJLoader.cpp
Checking if unsigned variable numChildren
is less than zero. Open
Open
if (numChildren <= 0) {
- Read upRead up
- Exclude checks
The unsigned variable numChildren
will never be negative so it is either pointless or an error to check if it is. (detailed CWE explanation)