mirror of
https://github.com/FDOS/kernel.git
synced 2025-04-08 17:15:17 +02:00
cast array using pointer to first element [newboot] instead of pointer to whole array [&newboot] to avoid OW error W115 "&array may not produce intended result" since the address of operator "&" is not required for getting the address of an array.