Files
UnrealEngineUWP/Engine/Source/Runtime/Core
Jeff Campeau 24f87f4cad Warning as error changes for VS2015:
Shadow variable declarations - We should clean these up over time and renable the warning. Private member variables of parents is currently reported as a bug to the VS team.
Overflow when assigning true to a 1 bit bitfield with a signed type.
sprintf_s non-string literal parameters exist in the current CRT. This should be fixed by MS in time and then we can reenable.
narrowing conversions - We should clean these up over time and renenable the warning.

Fixed static assert.

#platformnotify Josh.Adams

[CL 2647826 by Jeff Campeau in Main branch]
2015-08-07 09:37:44 -04:00
..