Warning Restricted Area LAS by planetc1 Hi ! If you compile your project in Warning Level 4 /W4 (Project > Properties > C/C++ > General > Warning Level : Level4 (/W4) in Visual Studio), you have probably seen this warning : Warning 2 warning C4100: ‘var’ : unreferenced formal parameter You think your code hasn’t [...]
Archive for the ‘C/C++’ Category
Trick of the Day : How to resolve « Unreferenced formal parameter » warning ?
Posted: 6th mars 2011 by Jérémy Levallois in C/C++Tags: /W4, C/C++, C3861, C4100, macro, MSDN, Trick of the Day, Unreferenced formal parameter, UNREFERENCED_PARAMETER, Visual Studio, Warning
1