19#pragma warning(disable : 4263) // 'function' : member function does not override any base class virtual member function
20#pragma warning(disable : 4264) // 'virtual_function' : no override available for virtual member function from base
21#if USING_CODE_ANALYSIS
22 #pragma warning(disable:6509) // Invalid annotation: 'return' cannot be referenced in some contexts
23 #pragma warning(disable:6101) // Returning uninitialized memory '*lpdwExitCode'. A successful path through the function does not set the named _Out_ parameter.
24 #pragma warning(disable:28204) // 'Func' has an override at 'file' and only the override is annotated for _Param_(N): when an override is annotated, the base (this function) should be similarly annotated.