mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-06-23 12:48:27 +00:00
b982e7f510
The abs caused a compiler error in that environment, because wchar_t is unsigned on armhf, subtracting signed from unsigned results in unsigned and std::abs does not define an unsigned variant. Differential Revision: https://code.wildfiregames.com/D1122 Patch By: Peter Michael Green Uploaded By: Ludovic This was SVN commit r20869.