You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 30, 2025. It is now read-only.
Any usage of LOG_EVERY_N fails to compile due to the compile assert used to check the severity parameter. This generates errors that look something like:
warning: unused typedef 'INVALID_REQUESTED_LOG_SEVERITY' [-Wunused-local-typedef].
This makes it impossible to use LOG_EVERY_N with this warning treated as an error.