We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi!
These expressions:
if (Param >= 0 || Param <= 2) {
if (Param >= -1 || Param <= 255) {
#define IL_DXT1 0x0706 #define IL_DXT5 0x070A if (Param >= IL_DXT1 || Param <= IL_DXT5 ...) {
is always true (for any value of Param variable).
These possible defects found by AppChecker
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi!
These expressions:
if (Param >= 0 || Param <= 2) {
if (Param >= -1 || Param <= 255) {
is always true (for any value of Param variable).
These possible defects found by AppChecker
The text was updated successfully, but these errors were encountered: