Fix warnings about unused variables

pull/10/head
Ryan Drake 2016-10-06 15:28:18 -07:00
parent 30622eefa8
commit 15b8abf3c6
2 changed files with 0 additions and 3 deletions

View File

@ -333,7 +333,6 @@ static int do_help(const struct command_handler *cmd)
int main(int argc, char **argv)
{
libx52_device *x52;
int command;
struct string_map result;
const struct command_handler *cmd;
int i;

View File

@ -78,8 +78,6 @@ int test_mfd_text(void)
int test_mfd_display(void)
{
int i;
int j;
int rc;
char str[16];
print_banner("MFD display");