mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-25 15:06:14 +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)
|
if (output == NULL)
|
||||||
{
|
{
|
||||||
file = stdout;
|
file = stdout;
|
||||||
|
file_obj = NULL;
|
||||||
filename = NULL;
|
filename = NULL;
|
||||||
tmp_filename = NULL;
|
tmp_filename = NULL;
|
||||||
|
tmp_file_obj = NULL;
|
||||||
#ifdef G_OS_WIN32
|
#ifdef G_OS_WIN32
|
||||||
setmode (fileno (file), _O_BINARY);
|
setmode (fileno (file), _O_BINARY);
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user