Eliminate some warnings found in build testing.

This commit is contained in:
Gregory Nutt
2017-08-13 12:25:22 -06:00
parent 7a8561728c
commit 767b29335c

View File

@@ -218,6 +218,7 @@ static void md5_cb(FAR char *src, int srclen, FAR char *dest,
* Name: calc_codec_buffsize
****************************************************************************/
#ifdef NEED_CMD_CODECS_PROC
static int calc_codec_buffsize(int srclen, uint8_t mode)
{
switch (mode)
@@ -241,6 +242,7 @@ static int calc_codec_buffsize(int srclen, uint8_t mode)
return srclen + 1;
}
}
#endif
/****************************************************************************
* Name: cmd_codecs_proc