mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-12 20:36:15 +01:00
Remove a warning
svn path=/trunk/; revision=7203
This commit is contained in:
parent
e417f54c28
commit
f27ab8977b
@ -1,3 +1,11 @@
|
|||||||
|
2008-07-18 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
Bug 543560 – enable gio-FEN back-end warnings on Solaris will crash
|
||||||
|
any applications
|
||||||
|
|
||||||
|
* fen/fen-kernel.c: Remove a warning that was causing
|
||||||
|
crashes. Reported by Lin Ma.
|
||||||
|
|
||||||
2008-07-18 Matthias Clasen <mclasen@redhat.com>
|
2008-07-18 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
Bug 543040 – async reading on dummy file will crash on
|
Bug 543040 – async reading on dummy file will crash on
|
||||||
|
@ -134,7 +134,6 @@ port_add_kevent (int e, gpointer f)
|
|||||||
GTimeVal t;
|
GTimeVal t;
|
||||||
gboolean has_twin = FALSE;
|
gboolean has_twin = FALSE;
|
||||||
|
|
||||||
FK_W("%s\n", printevent(F_NAME(f), e, "org"));
|
|
||||||
/*
|
/*
|
||||||
* Child FILE_DELETE | FILE_RENAME_FROM will trigger parent FILE_MODIFIED.
|
* Child FILE_DELETE | FILE_RENAME_FROM will trigger parent FILE_MODIFIED.
|
||||||
* FILE_MODIFIED will trigger FILE_ATTRIB.
|
* FILE_MODIFIED will trigger FILE_ATTRIB.
|
||||||
|
Loading…
Reference in New Issue
Block a user