I've seen a handful of unused args warnings when compiling lately (argc and argv in some tests).<div><br></div><div>Should I change them to</div><div><br></div><div>int TestName(int, char*[])</div><div><br></div><div>or </div>
<div><br></div><div>int TestName(int vtkNotUsed(argc), char*vtkNotUsed(argv)[])</div><div><br></div><div>?</div><div><br></div><div>Is the idea of the vtkNotUsed macro just that the code explicitly says "we are not using this" rather than making the reader wonder if they forgot to name the variable?</div>
<meta http-equiv="content-type" content="text/html; charset=utf-8"><div><br clear="all">Thanks,<br><br>David<br>
</div>