We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 555a99f commit 21530d5Copy full SHA for 21530d5
libc/test/UnitTest/LibcDeathTestExecutors.cpp
@@ -22,7 +22,7 @@ namespace LIBC_NAMESPACE_DECL {
22
namespace testing {
23
24
bool Test::testProcessKilled(testutils::FunctionCaller *Func, int Signal,
25
- const char *LHSStr, const char *RHSStr,
+ const char *LHSStr, const char * /*RHSStr*/,
26
internal::Location Loc) {
27
testutils::ProcessStatus Result =
28
testutils::invoke_in_subprocess(Func, TIMEOUT_MS);
0 commit comments