ddnet/src/base
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
..
tl Fix uninitialized count variable and naming convention 2022-01-09 22:51:55 +01:00
unicode Add modernize-deprecated-headers 2022-02-15 00:22:52 +01:00
color.h Add some further readability checks, mostly redundancy 2022-01-22 17:22:01 +01:00
detect.h Support building universal binaries with discord 2021-12-20 16:07:00 +01:00
dynamic.h Run clang-format 2020-09-26 21:50:15 +02:00
hash.cpp Use cpp 2021-06-24 17:19:17 +02:00
hash.h Use cpp 2021-06-24 17:19:17 +02:00
hash_bundled.cpp Use cpp 2021-06-24 17:19:17 +02:00
hash_ctxt.h uint64 -> uint64_t, int64 -> int64_t 2021-06-24 17:19:17 +02:00
hash_libtomcrypt.cpp Add modernize-deprecated-headers 2022-02-15 00:22:52 +01:00
hash_openssl.cpp Use cpp 2021-06-24 17:19:17 +02:00
math.h math: Rename frandom() to random_float() to match with random_int() 2021-08-03 14:29:52 +02:00
system.cpp Merge #4733 2022-02-19 08:51:54 +00:00
system.h Add exception handling for Windows 2022-02-18 11:35:06 +01:00
vmath.h Backport vector functions cleanup from the upstream 2021-01-16 03:20:57 +03:00