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
@@ -487,7 +487,7 @@ int main(int argc, char **argv)
throw UnixSocketException("Group not found.");
}
chown("/run/pipedal", -1, group_->gr_gid);
std::ignore = chown("/run/pipedal", -1, group_->gr_gid);
setSignalHandlers();