Skip to content

Commit

Permalink
gcc asserted its superiority by warning that I didn't need an attribu…
Browse files Browse the repository at this point in the history
…te that other compilers use, so I patted it on the head and told it go play nicely with others.
  • Loading branch information
eric-hughes-tiledb committed Oct 5, 2023
1 parent 6f6e517 commit 3e841db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tiledb/sm/group/group_directory.h
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ class GroupDirectory {
uint64_t timestamp_end_;

/** Mode for the group directory. */
[[maybe_unused]] GroupDirectoryMode mode_;
GroupDirectoryMode mode_;

/** True if `load` has been run. */
bool loaded_;
Expand Down

0 comments on commit 3e841db

Please sign in to comment.