mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-02 19:08:03 -06:00
clang-format-19 != clang-format-21
This commit is contained in:
parent
d92d55923b
commit
d9285ae875
@ -88,8 +88,8 @@
|
||||
|
||||
#if defined(_MSC_VER) || defined(_UCRT)
|
||||
#pragma warning(push)
|
||||
#pragma warning(disable \
|
||||
: 4996) // warning C4996: 'sprintf': This function or variable may be unsafe.
|
||||
#pragma warning( \
|
||||
disable : 4996) // warning C4996: 'sprintf': This function or variable may be unsafe.
|
||||
#endif
|
||||
|
||||
struct MemoryEditor {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user