| 542 | } |
| 543 | |
| 544 | static void warn_command_line_option(const char *var, const char *value) |
| 545 | { |
| 546 | warning(_("ignoring '%s' which may be interpreted as" |
| 547 | " a command-line option: %s"), var, value); |
| 548 | } |
| 549 | |
| 550 | struct parse_config_parameter { |
| 551 | struct submodule_cache *cache; |
no test coverage detected