Add unused variables

This commit is contained in:
Antonio Andelic 2024-07-23 11:31:34 +02:00
parent 5a1b96ac84
commit 5b51a35e01

View File

@ -112,8 +112,8 @@ private:
MemoryStatisticsOS memory_stat TSA_GUARDED_BY(data_mutex);
#endif
const bool update_jemalloc_epoch;
const bool update_rss;
[[maybe_unused]] const bool update_jemalloc_epoch;
[[maybe_unused]] const bool update_rss;
#if defined(OS_LINUX)
std::optional<ReadBufferFromFilePRead> meminfo TSA_GUARDED_BY(data_mutex);