Skip to content

Commit 86e8c87

Browse files
committed
Avoid warning.
1 parent 3f35248 commit 86e8c87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/jrd/ods.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@ struct index_root_page
383383
UCHAR irt_state; // index state
384384
UCHAR irt_keys; // number of keys in index
385385
private:
386-
USHORT irt_dummy; // alignment to 8-byte boundary
386+
[[maybe_unused]] USHORT irt_dummy; // alignment to 8-byte boundary
387387

388388
public:
389389
TraNumber inProgress() const;

0 commit comments

Comments
 (0)