summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorRoss Lagerwall <rosslagerwall@gmail.com>2015-04-05 08:26:22 +0100
committerRoss Lagerwall <rosslagerwall@gmail.com>2015-04-05 08:27:40 +0100
commit90e68f9050672f6577757317d560caf0d5510ea3 (patch)
tree0876972410e8414445f43712c6e2fc470b38c13c /configure.ac
parent362d4e53b638a15dcd048d531a5efe5e427e7378 (diff)
downloadgvfs-90e68f9050672f6577757317d560caf0d5510ea3.tar.gz
programs: Fix a couple of warnings
gvfs-monitor-file.c: In function ‘file_monitor_callback’: gvfs-monitor-file.c:63:3: warning: enumeration value ‘G_FILE_MONITOR_EVENT_RENAMED’ not handled in switch [-Wswitch] switch (eflags) ^ gvfs-monitor-file.c:63:3: warning: enumeration value ‘G_FILE_MONITOR_EVENT_MOVED_IN’ not handled in switch [-Wswitch] gvfs-monitor-file.c:63:3: warning: enumeration value ‘G_FILE_MONITOR_EVENT_MOVED_OUT’ not handled in switch [-Wswitch] gvfs-monitor-dir.c: In function ‘dir_monitor_callback’: gvfs-monitor-dir.c:65:3: warning: enumeration value ‘G_FILE_MONITOR_EVENT_RENAMED’ not handled in switch [-Wswitch] switch (eflags) ^ gvfs-monitor-dir.c:65:3: warning: enumeration value ‘G_FILE_MONITOR_EVENT_MOVED_IN’ not handled in switch [-Wswitch] gvfs-monitor-dir.c:65:3: warning: enumeration value ‘G_FILE_MONITOR_EVENT_MOVED_OUT’ not handled in switch [-Wswitch]
Diffstat (limited to 'configure.ac')
0 files changed, 0 insertions, 0 deletions