Fix warnings trivial warnings.
Fix warnings about: . Unused variables . format mismatch in printf/scanf format string and arguments . Missing parenthesis around assignment as truth values . Clang warnings anout unknown GCC pragma
This commit is contained in:
@@ -223,7 +223,9 @@ static void
|
||||
stat_display(struct xferstat *xs, int force)
|
||||
{
|
||||
struct timeval now;
|
||||
#if !defined(__minix)
|
||||
int ctty_pgrp;
|
||||
#endif /* !defined(__minix) */
|
||||
|
||||
/* Minix returns "Not a typewriter error" */
|
||||
#if defined(TIOCGPGRP) && !defined(__minix)
|
||||
|
||||
Reference in New Issue
Block a user