mirror of
https://github.com/tbamud/tbamud.git
synced 2026-02-19 01:51:44 +01:00
Addressed warnings from -Weverything subset:
-Wconditional-uninitialized -Wshadow -Wswitch-enum -Wunreachable-code-break -Wunused-macros
This commit is contained in:
@@ -93,7 +93,6 @@
|
||||
|
||||
# include "conf.h"
|
||||
# include "sysdep.h"
|
||||
# define MAX(a, b) ((a) < (b) ? (b) : (a))
|
||||
|
||||
#if defined(BROKEN_SNPRINTF) /* For those with broken snprintf() */
|
||||
# undef HAVE_SNPRINTF
|
||||
|
||||
Reference in New Issue
Block a user