testcase: fix a compilation error
authorEunBong Song <eunb.song@samsung.com>
Wed, 26 Apr 2017 23:59:33 +0000 (08:59 +0900)
committerHeesub Shin <heesub.shin@samsung.com>
Sat, 6 May 2017 14:00:40 +0000 (23:00 +0900)
commita3d9488d9157a4b61c0b5bed3aa81ef115450f40
treed688c5904366254e02c34a5ebb4eecb8e65ca795
parent3eded71093333b208807df13cd381b3fd7bfc285
testcase: fix a compilation error

This patch fixes following compilation error:

CC: le_tc/filesystem/fs_main.c
    le_tc/filesystem/fs_main.c: In function 'fs_vfs_select_tc':
    le_tc/filesystem/fs_main.c:1260:11: error: unused variable 'c' [-Werror=unused-variable]
      int ret, c, errcnt;
               ^
    cc1: all warnings being treated as errors

Change-Id: I98de16f27ed66905a6e217667fc819564277b89f
Signed-off-by: EunBong Song <eunb.song@samsung.com>
apps/examples/testcase/le_tc/filesystem/fs_main.c