summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/talk.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/talk.c b/apps/talk.c
index baf854fce3..9343661181 100644
--- a/apps/talk.c
+++ b/apps/talk.c
@@ -528,6 +528,7 @@ static bool load_voicefile_index(int fd)
528static bool load_voicefile_data(int fd, size_t max_size) 528static bool load_voicefile_data(int fd, size_t max_size)
529{ 529{
530#ifdef TALK_PARTIAL_LOAD 530#ifdef TALK_PARTIAL_LOAD
531 (void)fd;
531 /* just allocate, populate on an as-needed basis later */ 532 /* just allocate, populate on an as-needed basis later */
532 talk_handle = core_alloc_ex("voice data", max_size, &talk_ops); 533 talk_handle = core_alloc_ex("voice data", max_size, &talk_ops);
533 if (talk_handle < 0) 534 if (talk_handle < 0)