mirror of
https://github.com/sudo-project/sudo.git
synced 2025-09-03 07:45:47 +00:00
sudo frontend: silence most -Wconversion warnings.
This commit is contained in:
@@ -133,7 +133,7 @@ exec_setup(struct command_details *details, int intercept_fd, int errfd)
|
||||
#endif
|
||||
#ifdef HAVE_LOGIN_CAP_H
|
||||
if (details->login_class) {
|
||||
int flags;
|
||||
unsigned int flags;
|
||||
login_cap_t *lc;
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user