You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
o3de/Code/CryEngine
Chris Burel 6d92f7109f
Fix function signature of binary +/- operator to not return a reference (#1285)
This function creates a new object on the stack, and was returning it as
a reference. This would trigger Clang 12's `-Wreturn-stack-address`
warning, and cause the build to fail.

This fixes builds with clang 12, so it closes #591
5 years ago
..
CryCommon Fix function signature of binary +/- operator to not return a reference (#1285) 5 years ago
CrySystem {LYN-4224} Fix for the file scan slowdown (#1183) 5 years ago
CMakeLists.txt Remove CryFont and initialization functions related to the legacy renderer. (#485) 5 years ago