diff options
Diffstat (limited to 'bin')
-rw-r--r-- | bin/dd/dd.c | 2 | ||||
-rw-r--r-- | bin/dd/misc.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/bin/dd/dd.c b/bin/dd/dd.c index a5bb032..04f9573 100644 --- a/bin/dd/dd.c +++ b/bin/dd/dd.c @@ -87,7 +87,7 @@ const u_char *ctab; /* conversion table */ int main(argc, argv) - int argc; + int argc __unused; char *argv[]; { (void)setlocale(LC_CTYPE, ""); diff --git a/bin/dd/misc.c b/bin/dd/misc.c index 296a018..654462e 100644 --- a/bin/dd/misc.c +++ b/bin/dd/misc.c @@ -90,7 +90,7 @@ summary() /* ARGSUSED */ void summaryx(notused) - int notused; + int notused __unused; { int save_errno = errno; |