[teagba] Suppress warnings for unsafe buffers
Some checks failed
Build / build (push) Failing after 30s

This commit is contained in:
2024-11-27 00:15:59 -06:00
parent 36645c6dd6
commit f84b15cd54

View File

@ -6,6 +6,8 @@
#include "addresses.hpp"
OX_ALLOW_UNSAFE_BUFFERS_BEGIN
namespace teagba {
inline auto bgSetSbb(volatile BgCtl &bgCtl, unsigned sbb) noexcept {
@ -53,3 +55,5 @@ constexpr void iterateBgCtl(auto cb) noexcept {
}
}
OX_ALLOW_UNSAFE_BUFFERS_END