[teagba] Suppress warnings for unsafe buffers
Some checks failed
Build / build (push) Failing after 30s
Some checks failed
Build / build (push) Failing after 30s
This commit is contained in:
@ -6,6 +6,8 @@
|
|||||||
|
|
||||||
#include "addresses.hpp"
|
#include "addresses.hpp"
|
||||||
|
|
||||||
|
OX_ALLOW_UNSAFE_BUFFERS_BEGIN
|
||||||
|
|
||||||
namespace teagba {
|
namespace teagba {
|
||||||
|
|
||||||
inline auto bgSetSbb(volatile BgCtl &bgCtl, unsigned sbb) noexcept {
|
inline auto bgSetSbb(volatile BgCtl &bgCtl, unsigned sbb) noexcept {
|
||||||
@ -53,3 +55,5 @@ constexpr void iterateBgCtl(auto cb) noexcept {
|
|||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
OX_ALLOW_UNSAFE_BUFFERS_END
|
||||||
|
Reference in New Issue
Block a user