diff options
author | Dominick Allen <djallen@librehumanitas.org> | 2025-01-02 21:57:57 -0600 |
---|---|---|
committer | Dominick Allen <djallen@librehumanitas.org> | 2025-01-02 21:57:57 -0600 |
commit | 1ac94c8aff47b549f30b370be2191bcc0157826c (patch) | |
tree | acca28e85989d5a4a3a340caa7a8c96065e01a90 /include/fud_status.hpp | |
parent | d5a174a6d4f8be5e7cffe7c2adbb8db23b578f56 (diff) |
More bugs in format...
Diffstat (limited to 'include/fud_status.hpp')
-rw-r--r-- | include/fud_status.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/fud_status.hpp b/include/fud_status.hpp index f18c119..cd7eac4 100644 --- a/include/fud_status.hpp +++ b/include/fud_status.hpp @@ -22,6 +22,7 @@ namespace fud { +// NOLINTNEXTLINE(performance-enum-size) enum class [[nodiscard]] FudStatus : int32_t { /** \brief Indisputable success. */ |