TiagoMSSantos/MobileRT

View on GitHub
app/Components/Loaders/OBJLoader.cpp

Summary

Maintainability
Test Coverage

Checking if unsigned variable numChildren is less than zero.
Open

    if (numChildren <= 0) {

The unsigned variable numChildren will never be negative so it is either pointless or an error to check if it is. (detailed CWE explanation)

There are no issues that match your filters.

Category
Status