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

Signed-off-by: Rafaël Carré <funman@videolan.org>
This commit is contained in:
Rafaël Carré 2018-06-25 15:06:31 +02:00 committed by Richard Cochran
parent bdaff2ecd2
commit d52ef498cf

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;