Skip to content

Commit 8832970

Browse files
committed
[LINT] error 715
Symbol 'Symbol' (Location) not referenced. Since the symbol is a parameter, I'll leave to the project maintainer the decision to take the parameter out of the method interface or not. It's commented out for not. Signed-off-by: Jocelyn Legault <[email protected]>
1 parent 672234d commit 8832970

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PythonScript/src/ProcessExecute.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ bool ProcessExecute::isWindowsNT()
3232
return (osv.dwPlatformId >= VER_PLATFORM_WIN32_NT);
3333
}
3434

35-
long ProcessExecute::execute(const TCHAR *commandLine, boost::python::object pyStdout, boost::python::object pyStderr, boost::python::object pyStdin, bool spoolToFile /* = false */)
35+
long ProcessExecute::execute(const TCHAR *commandLine, boost::python::object pyStdout, boost::python::object pyStderr, boost::python::object /*pyStdin*/, bool spoolToFile /* = false */)
3636
{
3737
DWORD returnValue = 0;
3838

0 commit comments

Comments
 (0)