Bug 585584: Fix warnings in girparser backtrace functionality and compiler.c

This commit is contained in:
C. Scott Ananian 2009-06-12 11:52:56 -04:00 committed by Evan Welsh
parent 7f4477c610
commit 2ed6e7573f

View File

@ -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