Technically GCC was wrong here, since opts_ini_parse is guranteed to change error.

This commit is contained in:
Dale Weiler 2013-07-21 21:51:34 +00:00
parent 764b9abaf4
commit 697ad9d3a7

2
opts.c
View file

@ -347,7 +347,7 @@ void opts_ini_init(const char *file) {
* gmqcc.ini
* gmqcc.cfg
*/
char *error;
char *error = NULL;
size_t line;
FILE *ini;