mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2025-03-22 02:31:28 +00:00
Technically GCC was wrong here, since opts_ini_parse is guranteed to change error.
This commit is contained in:
parent
764b9abaf4
commit
697ad9d3a7
1 changed files with 1 additions and 1 deletions
2
opts.c
2
opts.c
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue