From a4d1849e24da898dfd6ffefa3aba0961475041d0 Mon Sep 17 00:00:00 2001 From: Thomas Martitz Date: Mon, 23 Dec 2013 12:54:36 +0100 Subject: Fix yellow. Change-Id: Ib46e4d0896de4227a508abf5806c00ec3d59db51 --- apps/talk.c | 1 + 1 file changed, 1 insertion(+) (limited to 'apps') 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) static bool load_voicefile_data(int fd, size_t max_size) { #ifdef TALK_PARTIAL_LOAD + (void)fd; /* just allocate, populate on an as-needed basis later */ talk_handle = core_alloc_ex("voice data", max_size, &talk_ops); if (talk_handle < 0) -- cgit v1.2.3