mirror of
https://github.com/tbamud/tbamud.git
synced 2026-02-09 09:24:20 +01:00
Cleaned up numerous warnings found by adding -Wextra -Wcast-qual -Wshadow -Wno-unused flags. --Rumble
This commit is contained in:
parent
e8c87e82e4
commit
4f1403558a
28 changed files with 186 additions and 187 deletions
|
|
@ -54,7 +54,7 @@ int num_pc_in_room(struct room_data *room);
|
|||
void core_dump_real(const char *who, int line);
|
||||
int count_color_chars(char *string);
|
||||
int room_is_dark(room_rnum room);
|
||||
int levenshtein_distance(char *s1, char *s2);
|
||||
int levenshtein_distance(const char *s1, const char *s2);
|
||||
struct time_info_data *real_time_passed(time_t t2, time_t t1);
|
||||
struct time_info_data *mud_time_passed(time_t t2, time_t t1);
|
||||
void prune_crlf(char *txt);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue