You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test/acl_context_test.cpp:1116:9:
Type: Logically dead code (DEADCODE)
test/acl_context_test.cpp:1111:9:
cond_const: Condition "apitype", taking false branch. Now the value of "apitype" is equal to 0.
test/acl_context_test.cpp:1117:13:
const: At condition "apitype", the value of "apitype" must be equal to 0.
test/acl_context_test.cpp:1116:9:
dead_error_condition: The condition "apitype" cannot be true.
test/acl_context_test.cpp:1116:9:
dead_error_line: Execution cannot reach the expression "clCreateContextFromType(props, 4294967295UL, notify_me, this, &status)" inside this statement: "context = (apitype ? clCrea...".
test/acl_context_test.cpp:1125:11:
Type: Logically dead code (DEADCODE)
test/acl_context_test.cpp:1103:9:
assignment: Assigning: "fixed_val" = "0L".
test/acl_context_test.cpp:1124:13:
const: At condition "fixed_val != 0L", the value of "fixed_val" must be equal to 0.
test/acl_context_test.cpp:1124:9:
dead_error_condition: The condition "fixed_val != 0L" cannot be true.
test/acl_context_test.cpp:1125:11:
dead_error_line: Execution cannot reach this statement: "if (!envvals[ienv].valid) {...".
0 commit comments