commit | 3ec300fd9486d9d7cc08d7b2635604b94a9f0422 | [log] [tgz] |
---|---|---|
author | Flavio Santes <flavio.santes@intel.com> | Wed Dec 21 00:11:41 2016 -0600 |
committer | Anas Nashif <nashif@linux.intel.com> | Wed Dec 21 12:54:53 2016 +0000 |
tree | 2fa10bb5f118713bbf4b6876dc1217a6cefa7f19 | |
parent | 501dd224ad14b13815e7bcca4d50d67b14397414 [diff] |
shell: Init structure and add the ARG_UNUSED macro The shell_cmd structure has three parameters and only two were initialized. So, this commit initializes the remaining parameter and also adds the ARG_UNUSED macro to avoid compiler warnings. Change-Id: I667a4e9839ec5acd526df0bb465beb2062518315 Signed-off-by: Flavio Santes <flavio.santes@intel.com>