2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 22:15:20 +00:00

silence unreachable statement by adding #if/#endif

This commit is contained in:
Mark Andrews
2014-02-20 00:24:56 +11:00
parent 969728a667
commit ab830e68aa

View File

@@ -1092,6 +1092,7 @@ plus_option(char *option, isc_boolean_t is_batchfile,
goto invalid_option;
}
break;
#if defined(DIG_SIGCHASE) || defined(ISC_PLATFORM_USESIT)
case 'i':
switch (cmd[2]) {
#ifdef DIG_SIGCHASE
@@ -1120,6 +1121,7 @@ plus_option(char *option, isc_boolean_t is_batchfile,
goto invalid_option;
}
break;
#endif
case 'p': /* split */
FULLCHECK("split");
if (value != NULL && !state)