mirror of
https://github.com/tbamud/tbamud.git
synced 2026-03-15 08:46:35 +01:00
Addressed warnings from -Weverything subset:
-Wconditional-uninitialized -Wshadow -Wswitch-enum -Wunreachable-code-break -Wunused-macros
This commit is contained in:
parent
821cb709c0
commit
4590ba16d6
20 changed files with 11 additions and 46 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue