From ec4eb70c331713981c175a9d195352b8e3dd6e24 Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Sun, 14 Dec 2008 06:01:46 +0000 Subject: * fhandler_disk_file.cc (readdir_get_ino): Don't complain about MS-DOS paths since the function could be fed one by an internal call. --- winsup/cygwin/fhandler_disk_file.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'winsup/cygwin/fhandler_disk_file.cc') diff --git a/winsup/cygwin/fhandler_disk_file.cc b/winsup/cygwin/fhandler_disk_file.cc index ac7ee2ee8..288343fc1 100644 --- a/winsup/cygwin/fhandler_disk_file.cc +++ b/winsup/cygwin/fhandler_disk_file.cc @@ -1640,7 +1640,7 @@ readdir_get_ino (const char *path, bool dot_dot) strcpy (c, ".."); path = fname; } - path_conv pc (path, PC_SYM_NOFOLLOW | PC_POSIX); + path_conv pc (path, PC_SYM_NOFOLLOW | PC_POSIX | PC_NOWARN); if (pc.isspecial ()) { if (!stat_worker (pc, &st)) -- cgit v1.2.3