phc2sys: document switch/case fallthrough so that gcc can understand it

Signed-off-by: Rafaël Carré <funman@videolan.org>
master
Rafaël Carré 2018-06-25 15:06:31 +02:00 committed by Richard Cochran
parent bdaff2ecd2
commit d52ef498cf
1 changed files with 1 additions and 0 deletions

View File

@ -1428,6 +1428,7 @@ int main(int argc, char *argv[])
case 'i':
fprintf(stderr,
"'-i' has been deprecated. please use '-s' instead.\n");
/* fallthrough */
case 's':
src_name = strdup(optarg);
break;