Skip to content

Commit 738b10c

Browse files
committed
fix: clang-tidy error
1 parent 5d81336 commit 738b10c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

include/openae/config.hpp.in

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
namespace openae {
44

5+
// NOLINTBEGIN(*macro-usage)
6+
57
#define OPENAE_VERSION "@PROJECT_VERSION@"
68
#define OPENAE_VERSION_MAJOR @PROJECT_VERSION_MAJOR @
79
#define OPENAE_VERSION_MINOR @PROJECT_VERSION_MINOR @
@@ -13,4 +15,6 @@ namespace openae {
1315
#define OPENAE_EXPORT __attribute__((visibility("default")))
1416
#endif
1517

18+
// NOLINTEND(*macro-usage)
19+
1620
} // namespace openae

0 commit comments

Comments
 (0)