marked unused param
This commit is contained in:
parent
c45bd6137c
commit
0c01e743f8
@ -315,7 +315,7 @@ class Log {
|
|||||||
void vlog(const char* appendChars, T&& t, Args&&... args) requires (!util::Stringy<T>);
|
void vlog(const char* appendChars, T&& t, Args&&... args) requires (!util::Stringy<T>);
|
||||||
|
|
||||||
/// End for the recursion
|
/// End for the recursion
|
||||||
void vlog(const char* appendChars) {};
|
void vlog([[maybe_unused]] const char* appendChars) {};
|
||||||
|
|
||||||
private:
|
private:
|
||||||
void init();
|
void init();
|
||||||
|
Loading…
Reference in New Issue
Block a user