c557b290af
Two of the members of the MicroProfileThreadLog contains two std::atomic instances. Given these aren't trivially-copyable types, we shouldn't be memsetting the structure, given implementation details can contain other members within it. To avoid potential undefined behavior on platforms, we can use aggregate initialization to zero out the members while still having well-defined behavior. While we're at it we can also silence some sign conversion warnings. Co-authored-by: Lioncash <mathew1800@gmail.com> |
||
---|---|---|
.. | ||
android-ifaddrs | ||
boost@36603a1e66 | ||
catch@15cf3caace | ||
cmake-modules | ||
cpp-jwt@6e27aa4c86 | ||
cryptopp | ||
cubeb@1d66483ad2 | ||
discord-rpc@3d3ae7129d | ||
dynarmic@58abdcce5b | ||
enet@39a72ab199 | ||
fmt@cc09f1a679 | ||
getopt | ||
glad | ||
httplib | ||
inih | ||
json | ||
libressl@7d01cb01cb | ||
lodepng | ||
lurlparser | ||
microprofile | ||
nihstro@fd69de1a1b | ||
open_source_archives | ||
soundtouch@060181eaf2 | ||
teakra@3e032a73d7 | ||
xbyak@18c9caaa0a | ||
zstd@10f0e6993f | ||
CMakeLists.txt |