diff options
Diffstat (limited to 'src/chunk.cpp')
-rw-r--r-- | src/chunk.cpp | 2 |
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; |