From 118e010f3fb0512776a28569b42ef66e6d6b3a8f Mon Sep 17 00:00:00 2001 From: Ron Yorston Date: Wed, 23 Aug 2017 11:49:24 +0100 Subject: inode_hash: avoid warnings about unused parameters --- include/mingw.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/mingw.h') diff --git a/include/mingw.h b/include/mingw.h index 08d36cb49..65cccab21 100644 --- a/include/mingw.h +++ b/include/mingw.h @@ -470,6 +470,7 @@ const char * next_path_sep(const char *path); #define is_absolute_path(path) ((path)[0] == '/' || (path)[0] == '\\' || has_dos_drive_prefix(path)) #define find_mount_point(n, s) find_mount_point(n) +#define add_to_ino_dev_hashtable(s, n) (void)0 /* * helpers -- cgit v1.2.3-55-g6feb