mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2024-11-11 04:44:58 +00:00
ec8d72a567
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. |
||
---|---|---|
.. | ||
cmake-modules | ||
cubeb@616d773441 | ||
discord-rpc@e32d001809 | ||
dynarmic@0e1112b7df | ||
find-modules | ||
getopt | ||
glad | ||
httplib | ||
inih | ||
libressl@7d01cb01cb | ||
libusb@3406d72cda | ||
libzip | ||
lurlparser | ||
mbedtls@a280e602f3 | ||
microprofile | ||
opus | ||
sirit@eefca56afd | ||
soundtouch@060181eaf2 | ||
unicorn@73f4573535 | ||
Vulkan-Headers@8188e3fbbc | ||
xbyak@82b70e6659 | ||
CMakeLists.txt |