Nim Devs I get this deprecated warning with nim compiled using gcc 3.4.5 in Solaris. lib/system/gc_common.nim(134, 18) Warning: use ByteAddress instead; TAddress is deprecated
Can we just swap TAddress with ByteAddress?
Thank you,