3 lines
132 B
3 lines
132 B
5 years ago
|
This error is reported in C++. It fires when the value assigned to a variables
|
||
|
is never used (e.g., `int i = 1; i = 2; return i;`).
|