ddnet/src/engine/server
bors[bot] a5b3bd9fa0
Merge #4733
4733: Fix MinGW warnings (fixes #4731) r=Jupeyy a=def-

`@Jupeyy` `@Robyt3` `@Zwelf` 

## Checklist

- [ ] Tested the change ingame
- [ ] Provided screenshots if it is a visual change
- [ ] Tested in combination with possibly related configuration options
- [ ] Written a unit test if it works standalone, system.c especially
- [ ] Considered possible null pointers and out of bounds array indexing
- [ ] Changed no physics that affect existing maps
- [ ] Tested the change with [ASan+UBSan or valgrind's memcheck](https://github.com/ddnet/ddnet/#using-addresssanitizer--undefinedbehavioursanitizer-or-valgrinds-memcheck) (optional)


Co-authored-by: Dennis Felsing <dennis@felsin9.de>
2022-02-19 08:51:54 +00:00
..
databases Fix MinGW warnings (fixes #4731) 2022-02-18 12:54:19 +01:00
antibot.cpp Fix clang-format 2022-02-15 00:32:04 +01:00
antibot.h Add target clientid to antibot OnHammerHit 2021-07-21 22:28:59 +02:00
authmanager.cpp Adopt upstream refactoring: Mark several functions as 'const' 2021-02-23 18:26:16 +03:00
authmanager.h Adopt upstream refactoring: Mark several functions as 'const' 2021-02-23 18:26:16 +03:00
name_ban.cpp Make name more descriptive 2019-03-11 14:48:45 +01:00
name_ban.h Run clang-format 2020-09-26 21:50:15 +02:00
register.cpp uint64 -> uint64_t, int64 -> int64_t 2021-06-24 17:19:17 +02:00
register.h uint64 -> uint64_t, int64 -> int64_t 2021-06-24 17:19:17 +02:00
server.cpp Add exception handling for Windows 2022-02-18 11:35:06 +01:00
server.h reload map when changing sv_sixup 2021-12-21 17:37:04 +01:00
sql_string_helpers.cpp Don't make score test depend on specific timestamp 2021-12-25 01:33:08 +01:00
sql_string_helpers.h Fix some variable name's style 2020-11-08 17:15:48 +01:00
upnp.cpp Run clang-format 2020-09-26 21:50:15 +02:00
upnp.h Run clang-format 2020-09-26 21:50:15 +02:00