antoniou79 9c38762278 ACCESS: Fix warning for new Common::Point arrays
Warning comes from Walloc-size-larger-than

Warning text was:
" warning: argument 1 range [18446744073709551615, 18446744073709551615] exceeds maximum object size 9223372036854775807 [-Walloc-size-larger-than=]
 _walkOffDR = new Common::Point[dataCount]"
2023-08-09 14:54:14 +03:00
..