mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-28 23:41:03 +00:00
Fix macOS warnings
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
|
||||
#include <cstring>
|
||||
|
||||
#define ZeroMemory(x, y) memset(x, 0, y)
|
||||
#define ZeroMemory(x, y) memset(x, 0, static_cast<size_t>(y))
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user