summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/tagcache.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/tagcache.c b/apps/tagcache.c
index f903de5190..d6a8a798e3 100644
--- a/apps/tagcache.c
+++ b/apps/tagcache.c
@@ -475,6 +475,8 @@ static bool get_index(int masterfd, int idxid,
475 memcpy(idx, &hdr->indices[idxid], sizeof(struct index_entry)); 475 memcpy(idx, &hdr->indices[idxid], sizeof(struct index_entry));
476 return true; 476 return true;
477 } 477 }
478#else
479 (void)use_ram;
478#endif 480#endif
479 481
480 lseek(masterfd, idxid * sizeof(struct index_entry) 482 lseek(masterfd, idxid * sizeof(struct index_entry)