sudo frontend: silence most -Wconversion warnings.

This commit is contained in:
Todd C. Miller
2023-07-07 15:07:04 -06:00
parent 0c85f10c80
commit 32f4b98f6b
23 changed files with 185 additions and 171 deletions

View File

@@ -145,7 +145,7 @@ send_status(int fd, struct command_status *cstat)
}
cstat->type = CMD_INVALID; /* prevent re-sending */
}
debug_return_int(n);
debug_return_ssize_t(n);
}
/*