diff --git a/rpcs3/util/types.hpp b/rpcs3/util/types.hpp index 549dc0ded4..52a1493b60 100644 --- a/rpcs3/util/types.hpp +++ b/rpcs3/util/types.hpp @@ -59,7 +59,7 @@ using namespace std::literals; #if defined(_DEBUG) || defined(_AUDIT) #define AUDIT(...) (static_cast(ensure(__VA_ARGS__))) #else -#define AUDIT(...) (static_cast(0)) +#define AUDIT(...) (static_cast>(0)) #endif namespace utils