Add semicolon to empty default case to silence warning.
This commit is contained in:
parent
b42da20fd5
commit
64baebf95b
@ -272,6 +272,7 @@ copy(char *argv[], enum op type, int fts_options)
|
||||
badcp = rval = 1;
|
||||
continue;
|
||||
default:
|
||||
;
|
||||
}
|
||||
|
||||
/*
|
||||
|
Loading…
x
Reference in New Issue
Block a user