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 6f84a9df60
Fix function signature of binary +/- operator to not return a reference (#1523)
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 is a cherry-pick from #1285
5 years ago
..
CryCommon Fix function signature of binary +/- operator to not return a reference (#1523) 5 years ago
CrySystem O3DE Copyright Updates for Linux Foundation (#1504) 5 years ago
CMakeLists.txt O3DE Copyright Updates for Linux Foundation (#1504) 5 years ago