Static code analyzer glitch with 'var', etc.
Framework for numerical computations, data analysis and visualisation
Brought to you by:
numere
If the static code analyzer analyzes a local variable stack like var a,b,c; it will mark c; as never used, because it erroneously adds the ; to the variable's name.
This issue can be solved by adding ; to the find_first_of() methods in lines 784-785 in codeanalyzer.cpp
Fix was tested manually. No deviations detected.
Anonymous
Diff:
Diff:
Diff:
Related
Commit: [r998]
Diff: