diff --git a/src/cfgfiles.c b/src/cfgfiles.c index 28ae34f54..331f90134 100644 --- a/src/cfgfiles.c +++ b/src/cfgfiles.c @@ -1865,8 +1865,7 @@ config_error_add(const char *str, ...) va_list the_args; va_start(the_args, str); - if (!config_unmatched_ignored()) - vconfig_error_add(str, the_args); + vconfig_error_add(str, the_args); va_end(the_args); }