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 3f35248 commit 86e8c87Copy full SHA for 86e8c87
src/jrd/ods.h
@@ -383,7 +383,7 @@ struct index_root_page
383
UCHAR irt_state; // index state
384
UCHAR irt_keys; // number of keys in index
385
private:
386
- USHORT irt_dummy; // alignment to 8-byte boundary
+ [[maybe_unused]] USHORT irt_dummy; // alignment to 8-byte boundary
387
388
public:
389
TraNumber inProgress() const;
0 commit comments