Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
nrfx_clock: Disable array bounds warning for nrf_clock_is_running
This commit disables the array bounds warning (`-Warray-bounds`) for the `nrf_clock_is_running` function because GCC 12 and above may report a false positive due to the size of the write access to the memory address pointed by the `p_clk_src` argument being variable depending on the value of the `domain` argument. Signed-off-by: Stephanos Ioannidis <[email protected]>
- Loading branch information