kdbg_date.c: Fix compilation error on GCC 7
authorJaroslaw Pelczar <j.pelczar@samsung.com>
Tue, 29 Aug 2017 10:00:49 +0000 (12:00 +0200)
committerPiotr Marcinkiewicz <p.marcinkiew@samsung.com>
Thu, 31 Aug 2017 07:17:39 +0000 (09:17 +0200)
commit450287a272988f21b51c016201b30848096f5059
treed473526201b6aa716d35c253d8ffb06f330725e2
parente8666efc7091b60ecfaf96025f99d6d3d0abe68e
kdbg_date.c: Fix compilation error on GCC 7

This symbol is used only in day_of_week() function

Fixes following error:

kdbg_date.c:76:30: error: ‘g_dayofweek’ defined but not used
[-Werror=unused-const-variable=]
static FAR const char *const g_dayofweek[] = {

Signed-off-by: Jaroslaw Pelczar <j.pelczar@samsung.com>
apps/system/utils/kdbg_date.c