3rdparty/zydis: Silence static define warning

This commit is contained in:
Connor McLaughlin 2022-11-19 15:35:52 +10:00 committed by refractionpcsx2
parent c883e9d792
commit 9ab449dcf3
1 changed files with 2 additions and 1 deletions

View File

@ -201,7 +201,8 @@
// backward compatibility for users that don't use CMake and previously manually defined these, we
// translate the old defines here and print a warning.
#if defined(ZYCORE_STATIC_DEFINE)
# pragma message("ZYCORE_STATIC_DEFINE was renamed to ZYCORE_STATIC_BUILD.")
// Warning disabled for PCSX2 since we define this on the command line.
//# pragma message("ZYCORE_STATIC_DEFINE was renamed to ZYCORE_STATIC_BUILD.")
# define ZYCORE_STATIC_BUILD
#endif
#if defined(Zycore_EXPORTS)