summaryrefslogtreecommitdiffhomepage
path: root/src/chunk.cpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2024-02-06 12:05:13 +0100
committerStanislaw Halik <sthalik@misaki.pl>2024-02-06 21:40:39 +0100
commitea39f5aa7f125ac921b893d0c555bb7988b6f341 (patch)
treea71a46600fdf3bd2e8145bb1fd880642ceb5f03b /src/chunk.cpp
parent05c67aac26d6042454e5d0503acdb11b2c667176 (diff)
random cleanup
Diffstat (limited to 'src/chunk.cpp')
-rw-r--r--src/chunk.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/chunk.cpp b/src/chunk.cpp
index cc8eb3f6..4963a9e7 100644
--- a/src/chunk.cpp
+++ b/src/chunk.cpp
@@ -15,6 +15,7 @@ constexpr auto object_id_lessp = [](const auto& a, const auto& b) { return a->id
size_t _reload_no_ = 0; // NOLINT
+[[maybe_unused]]
bool is_log_quiet()
{
using GLCCF = GL::Implementation::ContextConfigurationFlag;
@@ -29,6 +30,7 @@ bool is_log_verbose()
return !!(flags & GLCCF::VerboseLog);
}
+[[maybe_unused]]
bool is_log_standard()
{
using GLCCF = GL::Implementation::ContextConfigurationFlag;