Merge branch '2551-char-is-unsigned-on-arm64' into 'main'

Use int type to store result from isc_commandline_parse()

Closes #2551

See merge request isc-projects/bind9!4765
This commit is contained in:
Ondřej Surý 2021-03-04 10:20:18 +00:00
commit 2c9c16e334

View file

@ -67,7 +67,7 @@ main(int argc, char **argv) {
isc_result_t result;
isc_log_t *lctx = NULL;
uint32_t flags = 0U;
char ch;
int ch;
bool downgrade = false;
bool upgrade = false;