1
0
Fork 0
forked from len0rd/rockbox

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

View file

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