aboutsummaryrefslogtreecommitdiff
path: root/include/mingw.h
diff options
context:
space:
mode:
authorRon Yorston <rmy@pobox.com>2017-08-23 11:49:24 +0100
committerRon Yorston <rmy@pobox.com>2017-08-23 11:49:24 +0100
commit118e010f3fb0512776a28569b42ef66e6d6b3a8f (patch)
treef22f08c30c9721503c976da44d4e0eeb18dea33c /include/mingw.h
parent3b974365a17e3a580d908b7deed2410f2ac03d97 (diff)
downloadbusybox-w32-118e010f3fb0512776a28569b42ef66e6d6b3a8f.tar.gz
busybox-w32-118e010f3fb0512776a28569b42ef66e6d6b3a8f.tar.bz2
busybox-w32-118e010f3fb0512776a28569b42ef66e6d6b3a8f.zip
inode_hash: avoid warnings about unused parameters
Diffstat (limited to 'include/mingw.h')
-rw-r--r--include/mingw.h1
1 files changed, 1 insertions, 0 deletions
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);
470#define is_absolute_path(path) ((path)[0] == '/' || (path)[0] == '\\' || has_dos_drive_prefix(path)) 470#define is_absolute_path(path) ((path)[0] == '/' || (path)[0] == '\\' || has_dos_drive_prefix(path))
471 471
472#define find_mount_point(n, s) find_mount_point(n) 472#define find_mount_point(n, s) find_mount_point(n)
473#define add_to_ino_dev_hashtable(s, n) (void)0
473 474
474/* 475/*
475 * helpers 476 * helpers