mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-01 15:05:23 +00:00
silence unreachable statement by adding #if/#endif
This commit is contained in:
@@ -1092,6 +1092,7 @@ plus_option(char *option, isc_boolean_t is_batchfile,
|
|||||||
goto invalid_option;
|
goto invalid_option;
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
#if defined(DIG_SIGCHASE) || defined(ISC_PLATFORM_USESIT)
|
||||||
case 'i':
|
case 'i':
|
||||||
switch (cmd[2]) {
|
switch (cmd[2]) {
|
||||||
#ifdef DIG_SIGCHASE
|
#ifdef DIG_SIGCHASE
|
||||||
@@ -1120,6 +1121,7 @@ plus_option(char *option, isc_boolean_t is_batchfile,
|
|||||||
goto invalid_option;
|
goto invalid_option;
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
#endif
|
||||||
case 'p': /* split */
|
case 'p': /* split */
|
||||||
FULLCHECK("split");
|
FULLCHECK("split");
|
||||||
if (value != NULL && !state)
|
if (value != NULL && !state)
|
||||||
|
Reference in New Issue
Block a user