Fix a few compiler warnings and formatting for DB startup message (#272)

Note that the warning in TableData.cpp only seems to occur on clang (deprecated-declarations)

Database account/player count message:
Before: [INFO] Database in operation : Found 1 account(s) and 2 player(s)s
After: [INFO] Database in operation: Found 1 account and 2 players
This commit is contained in:
CakeLancelot
2024-03-31 13:02:39 -05:00
committed by GitHub
parent aeac57ebf7
commit fa8c1e73d1
5 changed files with 13 additions and 9 deletions

View File

@@ -51,7 +51,7 @@
#endif
/* Just to make sure the prototypes match the actual definitions */
#ifdef _WIN32 || _WIN64
#if defined(_WIN32) || defined(_WIN64)
#include "crypt_blowfish.h"
#else
#include "crypt_blowfish.h"