Avoid compiler casting warnings by assigning to the same type where possible
This saves instructions that are related to casting as well as compiler warnings.
This commit is contained in:
@@ -302,7 +302,7 @@ dump_entry(struct timestamp_entry *entry, off_t pos)
|
||||
debug_return;
|
||||
}
|
||||
|
||||
static void
|
||||
sudo_noreturn static void
|
||||
usage(void)
|
||||
{
|
||||
fprintf(stderr, "usage: %s [-f timestamp_file] | [-u username]\n",
|
||||
|
Reference in New Issue
Block a user