[ox/fs] Suppress unsafe buffer warnings

This commit is contained in:
2024-11-26 22:30:57 -06:00
parent 287d42f2b9
commit cd3eeeef14
10 changed files with 46 additions and 14 deletions

View File

@@ -10,6 +10,8 @@
#include <ox/fs/ptrarith/nodebuffer.hpp>
OX_CLANG_NOWARN_BEGIN(-Wunsafe-buffer-usage)
namespace ox {
using InodeId_t = uint64_t;
@@ -771,3 +773,5 @@ using FileStore16 = FileStoreTemplate<uint16_t>;
using FileStore32 = FileStoreTemplate<uint32_t>;
}
OX_CLANG_NOWARN_END