mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-31 06:13:29 +02:00
fix a few warnings on non-Linux
mostly #ifdeffing functions that are only called by #ifdeffed code
This commit is contained in:
@@ -1014,7 +1014,10 @@ write_to_temp_file (const gchar *contents,
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
||||
#ifdef BTRFS_SUPER_MAGIC
|
||||
no_fsync:
|
||||
#endif
|
||||
|
||||
errno = 0;
|
||||
if (fclose (file) == EOF)
|
||||
|
Reference in New Issue
Block a user