Skip to content

Commit

Permalink
[C] Fix compiler warnings.
Browse files Browse the repository at this point in the history
  • Loading branch information
vyazelenko committed Jan 9, 2025
1 parent cacb98b commit b24a85d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
#define AERON_LOGBUFFER_PARTITION_COUNT (3)
#define AERON_LOGBUFFER_TERM_MIN_LENGTH (64 * 1024)
#define AERON_LOGBUFFER_TERM_MAX_LENGTH (1024 * 1024 * 1024)
#define AERON_PAGE_MIN_SIZE (4 * 1024)
#define AERON_PAGE_MAX_SIZE (1024 * 1024 * 1024)
#define AERON_PAGE_MIN_SIZE (4 * 1024u)
#define AERON_PAGE_MAX_SIZE (1024 * 1024 * 1024u)
#define AERON_LOGBUFFER_PADDING_SIZE (64u)
#define AERON_LOGBUFFER_DEFAULT_FRAME_HEADER_MAX_LENGTH (AERON_CACHE_LINE_LENGTH * 2)

Expand Down

0 comments on commit b24a85d

Please sign in to comment.