imxtools/sbtools: silence warning

Change-Id: I423e760bbc8e418bcce3afe01c5831b5a3e655f3
This commit is contained in:
Amaury Pouly 2013-02-18 13:43:55 +01:00
parent 4362a7ba33
commit bc05242517
1 changed files with 1 additions and 0 deletions

View File

@ -473,6 +473,7 @@ CMD_FN(cmd_component)
CMD_FN(cmd_keyfile)
{
(void) sb;
if(!add_keys_from_file(args[0].str))
bug("Cannot add keys from file '%s'\n", args[0].str);
return 0;