Files
UnrealEngineUWP/Engine/Source/Runtime/Core
Chris Babcock d824480191 Android: make -Wparentheses-equality non-fatal.
- Constructs like if (foo=1) will still break the build, but if ((foo == 1)) will not (won't be suppressed completely, but will produce a visible warning).

#ue4
#android
#codereview Josh.Adams

[CL 2501761 by Chris Babcock in Main branch]
2015-04-03 18:06:14 -04:00
..