aboutsummaryrefslogtreecommitdiffstats
path: root/guts/__xmknodat.c
diff options
context:
space:
mode:
Diffstat (limited to 'guts/__xmknodat.c')
-rw-r--r--guts/__xmknodat.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/guts/__xmknodat.c b/guts/__xmknodat.c
index 7281d33..7b4fc4b 100644
--- a/guts/__xmknodat.c
+++ b/guts/__xmknodat.c
@@ -9,6 +9,9 @@
pseudo_msg_t *msg;
struct stat64 buf;
+ /* we don't use underlying call, so _ver is irrelevant to us */
+ (void) ver;
+
#ifdef PSEUDO_NO_REAL_AT_FUNCTIONS
if (dirfd != AT_FDCWD) {
errno = ENOSYS;