Skip to content

Commit 10a8acb

Browse files
authored
Merge pull request #664 from hart-NTP/noreturn
Use __attribute__((__noreturn__)) instead of __attribute__((noreturn))
2 parents f9879bf + 40b573a commit 10a8acb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/unity_internals.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
#endif
7878
#endif
7979
#ifndef UNITY_NORETURN
80-
#define UNITY_NORETURN UNITY_FUNCTION_ATTR(noreturn)
80+
#define UNITY_NORETURN UNITY_FUNCTION_ATTR(__noreturn__)
8181
#endif
8282

8383
/*-------------------------------------------------------

0 commit comments

Comments
 (0)