mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-24 14:36:13 +01:00
Bug 585584: Fix warnings in girparser backtrace functionality and compiler.c
This commit is contained in:
parent
7f4477c610
commit
2ed6e7573f
@ -107,8 +107,10 @@ write_out_typelib (gchar *prefix,
|
||||
if (output == NULL)
|
||||
{
|
||||
file = stdout;
|
||||
file_obj = NULL;
|
||||
filename = NULL;
|
||||
tmp_filename = NULL;
|
||||
tmp_file_obj = NULL;
|
||||
#ifdef G_OS_WIN32
|
||||
setmode (fileno (file), _O_BINARY);
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user