In Bug 208, bernhardf writes:
On machines with only ANSI compliant compilers, not explitily delcaring an empty parameter list 'void' causes failure.
This commit is contained in:
@ -238,7 +238,7 @@ __u32 get_addr32(char *name)
|
||||
return addr.data[0];
|
||||
}
|
||||
|
||||
void incomplete_command()
|
||||
void incomplete_command(void)
|
||||
{
|
||||
bb_error_msg("Command line is not complete. Try option \"help\"");
|
||||
exit(-1);
|
||||
|
Reference in New Issue
Block a user