diff options
author | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2025-03-12 00:37:23 +0100 |
---|---|---|
committer | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2025-03-12 22:32:38 +0100 |
commit | cbade33906dc0d090d5dba6231fb48e359afff95 (patch) | |
tree | 391399754e43332fa7bde336255dd17d83683228 /asl/base/config.hpp | |
parent | c8b73031d8a9f7770410c9d0e6da5b230e501e85 (diff) |
Some more shit
Diffstat (limited to 'asl/base/config.hpp')
-rw-r--r-- | asl/base/config.hpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/asl/base/config.hpp b/asl/base/config.hpp index a8652c5..f5756c3 100644 --- a/asl/base/config.hpp +++ b/asl/base/config.hpp @@ -2,6 +2,8 @@ // // SPDX-License-Identifier: BSD-3-Clause +// NOLINTBEGIN(*-macro-to-enum) + #pragma once #if defined(_WIN32) @@ -19,3 +21,6 @@ #else #error Unknown compiler #endif + +// NOLINTEND(*-macro-to-enum) + |