diff --git a/src/log.hpp b/src/log.hpp index 0f66f51..f0094fa 100755 --- a/src/log.hpp +++ b/src/log.hpp @@ -315,7 +315,7 @@ class Log { void vlog(const char* appendChars, T&& t, Args&&... args) requires (!util::Stringy); /// End for the recursion - void vlog(const char* appendChars) {}; + void vlog([[maybe_unused]] const char* appendChars) {}; private: void init();