89 UE_DEPRECATED_MACRO(5.0, "The PRAGMA_ENABLE_UNSAFE_TYPECAST_WARNINGS macro has been deprecated in favor of PRAGMA_RESTORE_UNSAFE_TYPECAST_WARNINGS. To force enable warnings use PRAGMA_FORCE_UNSAFE_TYPECAST_WARNINGS.")
140 __pragma(warning(disable: 5038)) /* data member 'member1' will be initialized after data member 'member2' data member 'member' will be initialized after base class 'base_class' */
244 __pragma(warning(disable: 6101)) /* Returning uninitialized memory '<expr>'. A successful path through the function does not set the named _Out_ parameter. */ \
245 __pragma(warning(disable: 6287)) /* Redundant code: the left and right sub-expressions are identical. */ \
246 __pragma(warning(disable: 6308)) /* 'realloc' might return null pointer: assigning null pointer to 'X', which is passed as an argument to 'realloc', will cause the original memory block to be leaked. */ \
247 __pragma(warning(disable: 6326)) /* Potential comparison of a constant with another constant. */ \
248 __pragma(warning(disable: 6340)) /* Mismatch on sign: Incorrect type passed as parameter in call to function. */ \
249 __pragma(warning(disable: 6385)) /* Reading invalid data from '<ptr>': the readable size is '<num1>' bytes, but '<num2>' bytes may be read. */ \
250 __pragma(warning(disable: 6386)) /* Buffer overrun while writing to '<ptr>': the writable size is '<num1>' bytes, but '<num2>' bytes might be written. */ \
251 __pragma(warning(disable: 6553)) /* The annotation for function '<func>' on _Param_(<num>) does not apply to a value type. */ \
252 __pragma(warning(disable: 28182)) /* Dereferencing NULL pointer. '<ptr1>' contains the same NULL value as '<ptr2>' did. */ \
253 __pragma(warning(disable: 28251)) /* Inconsistent annotation for '<func>': this instance has no annotations. */ \
254 __pragma(warning(disable: 28252)) /* Inconsistent annotation for '<func>': return/function has '<annotation>' on the prior instance. */ \
255 __pragma(warning(disable: 28253)) /* Inconsistent annotation for '<func>': _Param_(<num>) has '<annotation>' on the prior instance. */ \
256 __pragma(warning(disable: 28301)) /* No annotations for first declaration of '<func>'. */ \