From 09fe196ae66b8654a0dbab8db96b25e2ecc5c051 Mon Sep 17 00:00:00 2001
From: "Dmitriy A. Gerasimov" <dmitriy.gerasimov@demlabs.net>
Date: Mon, 6 Jan 2020 00:00:20 +0700
Subject: [PATCH] [*] Fixed one small build error

---
 libdap-cuttdb/src/cdb_core.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/libdap-cuttdb/src/cdb_core.c b/libdap-cuttdb/src/cdb_core.c
index 79356a0..ddd5245 100644
--- a/libdap-cuttdb/src/cdb_core.c
+++ b/libdap-cuttdb/src/cdb_core.c
@@ -41,6 +41,7 @@ static void _cdb_pagewarmup(CDB *db, bool loadbf);
 /* it isn't necessary to rehash bid in hash table cache */
 static uint32_t _pagehash(const void *key, int len)
 {
+    (void) len;
     return *(uint32_t*)key;
 }
 
-- 
GitLab