G++11 Errors

This commit is contained in:
Robin Davies
2022-04-23 12:38:12 -04:00
parent 51c1fb6da9
commit 469b0c0c69
6 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -67,7 +67,7 @@ void StdErrorCapture::EndCapture()
dup2(this->oldStdout,STDOUT_HANDLE);
close(this->oldStdout);
this->oldStdout = -1;
chmod(this->tempFileName.c_str(),0644);
std::ignore = chmod(this->tempFileName.c_str(),0644);
}
}