mirror of https://github.com/nirenjan/libx52.git
Fix control may reach end of non-void function error
parent
b39c13fe1b
commit
30622eefa8
|
@ -326,6 +326,8 @@ static int do_help(const struct command_handler *cmd)
|
|||
|
||||
printf("\nWARNING: raw command may damage your device\n\n");
|
||||
}
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
int main(int argc, char **argv)
|
||||
|
|
|
@ -75,4 +75,6 @@ int test_blink_n_shift(void)
|
|||
|
||||
TEST_BLINK_OR_SHIFT(blink);
|
||||
TEST_BLINK_OR_SHIFT(shift);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue