forked from kyonshi/grenzland-mud
Addressed warnings from -Weverything subset:
-Wconditional-uninitialized -Wshadow -Wswitch-enum -Wunreachable-code-break -Wunused-macros
This commit is contained in:
@@ -467,7 +467,6 @@ void sedit_parse(struct descriptor_data *d, char *arg)
|
||||
write_to_output(d, "Invalid choice!\r\nDo you wish to save your changes? : ");
|
||||
return;
|
||||
}
|
||||
break;
|
||||
|
||||
case SEDIT_MAIN_MENU:
|
||||
i = 0;
|
||||
|
||||
Reference in New Issue
Block a user