-
Notifications
You must be signed in to change notification settings - Fork 80
Open
Labels
Description
Issue description:
The compiler reports this instance of end
as never read, but it might be, depending on what is executed in the loop. It is entirely possible to exit the loop without reassigning end
.
There's also a different false positive here:
handle
is assigned at the end of the case
statement, but again this is within a loop and it can be used on later iterations.
Minimal complete verifiable example (MCVE):
Workspace Information:
- Compiler version:
- Command line arguments provided (or sampctl version):
- Operating System: