Explanation

It appears that the code uses the indicated variable inside a parfor loop, but evidently the code does not initialize the variable before the loop. This message can indicate:


Suggested Action

If the code uses the variable, initialize it (for correctness and efficiency). If the message is incorrect, suppress it as described in Adjust Code Analyzer Message Indicators and Messages.