Project

General

Profile

« Previous | Next » 

Revision e1adb6cb

Added by nobu (Nobuyoshi Nakada) about 1 month ago

Win: Suppress false warnings from Visual C 17.14.1

https://developercommunity.visualstudio.com/t/warning-C5287:-operands-are-different-e/10877942?

It is not able to silence "operands are different enum types"
warnings, even using an explicit cast, as the message says.