We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a857766 commit e645e2fCopy full SHA for e645e2f
src/jrd/ods.h
@@ -385,8 +385,8 @@ struct index_root_page
385
USHORT irt_flags; // index flags
386
UCHAR irt_state; // index state
387
UCHAR irt_keys; // number of keys in index
388
- private:
389
- [[maybe_unused]] USHORT irt_dummy; // alignment to 8-byte boundary
+ public:
+ USHORT irt_dummy; // alignment to 8-byte boundary
390
391
public:
392
TraNumber inProgress() const;
0 commit comments