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 f9879bf commit 40b573aCopy full SHA for 40b573a
src/unity_internals.h
@@ -77,7 +77,7 @@
77
#endif
78
79
#ifndef UNITY_NORETURN
80
- #define UNITY_NORETURN UNITY_FUNCTION_ATTR(noreturn)
+ #define UNITY_NORETURN UNITY_FUNCTION_ATTR(__noreturn__)
81
82
83
/*-------------------------------------------------------
0 commit comments