Skip to content

Commit

Permalink
mitigated unusedFunction selfcheck warning
Browse files Browse the repository at this point in the history
  • Loading branch information
firewave committed Jan 6, 2024
1 parent 65c3d19 commit 1e79435
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cli/cppcheckexecutor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -451,6 +451,7 @@ void CppCheckExecutor::setExceptionOutput(FILE* exceptionOutput)
#endif
}

// cppcheck-suppress unusedFunction - only used by USE_WINDOWS_SEH code
FILE* CppCheckExecutor::getExceptionOutput()
{
return mExceptionOutput;
Expand Down

0 comments on commit 1e79435

Please sign in to comment.