Project

General

Profile

« Previous | Next » 

Revision bd7d210d

Added by nobu (Nobuyoshi Nakada) 5 months 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.