Slightly better for gcc-9

This commit is contained in:
Alexey Milovidov 2020-12-21 03:38:53 +03:00
parent 6eba45821b
commit 31b955e14a

View File

@ -376,7 +376,7 @@ bool ContextAccess::checkAccessImpl2(const AccessFlags & flags, const Args &...
return true; return true;
}; };
auto access_denied = [&](const String & error_msg, int error_code) auto access_denied = [&](const String & error_msg, int error_code [[maybe_unused]])
{ {
if (trace_log) if (trace_log)
LOG_TRACE(trace_log, "Access denied: {}{}", (AccessRightsElement{flags, args...}.toString()), LOG_TRACE(trace_log, "Access denied: {}{}", (AccessRightsElement{flags, args...}.toString()),