1
0
mirror of https://gitlab.gnome.org/GNOME/glib.git synced 2025-03-17 05:05:11 +01:00
Philip Withnall e257e17d2e inotify: Fix some enum comparisons to integers
`-1` isn’t a valid member of the enum, so cast to `int` first. This
fixes a compiler warning on Android.

Signed-off-by: Philip Withnall <withnall@endlessm.com>
2019-10-08 13:49:40 +01:00
..