Compiler warnings about unused variables
I have a simple program
On my vscode, only
Why is
On my vscode, only
c is underlined with this error: The variable 'c' is assigned but its value is never usedWhy is
b not underlined? I mean it's dimmed but why isn't this a compiler warning as well?