mirror of https://github.com/nirenjan/libx52.git
Fix return from void function
While gcc on Linux (Travis CI) throws a warning, but otherwise ignores this return value from void function, clang on OSX throws a fit.feature/alt_lookup_engine
parent
1b9c52ea07
commit
6d8d5a4fd4
|
@ -333,8 +333,6 @@ static void 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)
|
||||
|
|
Loading…
Reference in New Issue