#pragma warning(disable:4101)
Programming Tips - Warning C4101: How to avoid: 'myvariable' : unreferenced local variable
Date: 2018jul24
Platform: Windows
Product: MSVC
Language: C/C++
Q. Warning C4101: How to avoid: 'myvariable' : unreferenced local variable
A. Of course, you can use the variable somewhere in your code.
Or do: