From c01df1d3653eb91115560e128fe6890a773e13f6 Mon Sep 17 00:00:00 2001 From: "Chris D. Faulhaber" Date: Sat, 11 May 2002 03:12:02 +0000 Subject: [PATCH] Add semicolon to empty default case to silence warning. --- bin/dd/args.c | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/dd/args.c b/bin/dd/args.c index 6a4607e199f..1727404a75d 100644 --- a/bin/dd/args.c +++ b/bin/dd/args.c @@ -372,6 +372,7 @@ get_num(const char *val) mult = sizeof(int); break; default: + ; } if (mult != 0) {