| 1860 | } |
| 1861 | |
| 1862 | DISABLE_WARNING_FORMAT_NONLITERAL |
| 1863 | |
| 1864 | void |
| 1865 | config_error_add(const char *str, ...) |
| 1866 | { |
| 1867 | va_list the_args; |
| 1868 | |
| 1869 | va_start(the_args, str); |
| 1870 | vconfig_error_add(str, the_args); |
| 1871 | va_end(the_args); |
| 1872 | } |
| 1873 | |
| 1874 | staticfn void |
| 1875 | vconfig_error_add(const char *str, va_list the_args) |