Loading scripts/kconfig/conf.c +1 −1 Original line number Diff line number Diff line Loading @@ -678,7 +678,7 @@ static void check_conf(struct menu *menu) check_conf(child); } static struct option long_opts[] = { static const struct option long_opts[] = { {"help", no_argument, NULL, 'h'}, {"silent", no_argument, NULL, 's'}, {"oldaskconfig", no_argument, &input_mode_opt, oldaskconfig}, Loading Loading
scripts/kconfig/conf.c +1 −1 Original line number Diff line number Diff line Loading @@ -678,7 +678,7 @@ static void check_conf(struct menu *menu) check_conf(child); } static struct option long_opts[] = { static const struct option long_opts[] = { {"help", no_argument, NULL, 'h'}, {"silent", no_argument, NULL, 's'}, {"oldaskconfig", no_argument, &input_mode_opt, oldaskconfig}, Loading