summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorBertrik Sikken <bertrik@sikken.nl>2012-03-17 15:19:17 +0100
committerBertrik Sikken <bertrik@sikken.nl>2012-04-22 16:20:31 +0200
commit7901aa6f190a711fc52d07476ca0e9d512c6c0e6 (patch)
treeb184d2a0e797a9658b2865387aa9b28a520e588d /apps
parent705e7fe5e95f8ad7c156a42a387d7d7e4dcb1255 (diff)
Simplify warning suppression for unused argument
Change-Id: If8d6e3669dca3ba8351e949ef901809e87f94366
Diffstat (limited to 'apps')
-rw-r--r--apps/recorder/recording.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/recorder/recording.c b/apps/recorder/recording.c
index e3a976b7ac..203c7101b7 100644
--- a/apps/recorder/recording.c
+++ b/apps/recorder/recording.c
@@ -879,7 +879,7 @@ static const char* reclist_get_name(int selected_item, void * data,
#ifdef HAVE_AGC
char buf3[32];
#endif
- data = data; /* not used */
+ (void)data; /* not used */
if(selected_item >= ITEM_COUNT)
return "";