Go to the documentation of this file.
31 # pragma warning(disable:4710) // function not inlined
34 # pragma warning(push)
35 # pragma warning(disable:82) // storage class is not first
36 # pragma warning(disable:193) // zero used for undefined preprocessing identifier
37 # pragma warning(disable:304) // access control not specified
38 # pragma warning(disable:367) // duplicate friend declaration
39 # pragma warning(disable:444) // destructor for base class is not virtual
40 # pragma warning(disable:522) // function redeclared inline after being called
41 # pragma warning(disable:811) // exception specification for implicitly declared virtual function is incompatible with that of overridden function
42 # pragma warning(disable:1879) // unimplemented pragma ignored
43 # pragma warning(disable:2270) // the declaration of the copy assignment operator has been suppressed
44 # pragma warning(disable:2273) // the declaration of the copy constructor has been suppressed
46 # pragma warning(disable:693) // calling convention specified here is ignored