added resharper ignore segment

This commit is contained in:
2026-02-04 18:29:55 +03:00
parent 775949887a
commit 2ef25b0ce8

View File

@@ -22,6 +22,7 @@ namespace
constexpr std::uint32_t lc_segment = 0x1; constexpr std::uint32_t lc_segment = 0x1;
constexpr std::uint32_t lc_segment_64 = 0x19; constexpr std::uint32_t lc_segment_64 = 0x19;
// ReSharper disable CppDeclaratorNeverUsed
// Mach-O header for 32-bit // Mach-O header for 32-bit
struct MachHeader32 final struct MachHeader32 final
{ {
@@ -118,7 +119,7 @@ namespace
std::uint32_t reserved2; std::uint32_t reserved2;
std::uint32_t reserved3; std::uint32_t reserved3;
}; };
// ReSharper enable CppDeclaratorNeverUsed
#pragma pack(pop) #pragma pack(pop)
enum class MachOArch : std::int8_t enum class MachOArch : std::int8_t