There was an error while loading. Please reload this page.
1 parent 3f78873 commit 0772ba5Copy full SHA for 0772ba5
lib/nimbase.h
@@ -221,7 +221,7 @@ __AVR__
221
#define N_NOCONV_PTR(rettype, name) rettype (*name)
222
223
#if defined(__GNUC__) || defined(__ICC__)
224
-# define N_NOINLINE(rettype, name) rettype __attribute__((noinline)) name
+# define N_NOINLINE(rettype, name) rettype __attribute__((__noinline__)) name
225
#elif defined(_MSC_VER)
226
# define N_NOINLINE(rettype, name) __declspec(noinline) rettype name
227
#else
0 commit comments