We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6035bd8 commit 63ce7e2Copy full SHA for 63ce7e2
common/src/include/nsi_utils.h
@@ -31,6 +31,7 @@
31
32
#define NSI_FUNC_NORETURN __attribute__((__noreturn__))
33
#define NSI_WEAK __attribute__((__weak__))
34
+#define NSI_INLINE static __attribute__((__always_inline__)) inline
35
36
#if defined(__clang__)
37
/* The address sanitizer in llvm adds padding (redzones) after data
0 commit comments