Skip to content

Commit e645e2f

Browse files
committed
Avoid warning.
1 parent a857766 commit e645e2f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/jrd/ods.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -385,8 +385,8 @@ struct index_root_page
385385
USHORT irt_flags; // index flags
386386
UCHAR irt_state; // index state
387387
UCHAR irt_keys; // number of keys in index
388-
private:
389-
[[maybe_unused]] USHORT irt_dummy; // alignment to 8-byte boundary
388+
public:
389+
USHORT irt_dummy; // alignment to 8-byte boundary
390390

391391
public:
392392
TraNumber inProgress() const;

0 commit comments

Comments
 (0)