1
0
mirror of https://github.com/ThrowTheSwitch/Unity.git synced 2026-01-23 00:15:58 +01:00

Merge pull request #664 from hart-NTP/noreturn

Use __attribute__((__noreturn__)) instead of __attribute__((noreturn))
This commit is contained in:
Mark VanderVoord
2023-03-15 10:04:08 -04:00
committed by GitHub

View File

@@ -77,7 +77,7 @@
#endif
#endif
#ifndef UNITY_NORETURN
#define UNITY_NORETURN UNITY_FUNCTION_ATTR(noreturn)
#define UNITY_NORETURN UNITY_FUNCTION_ATTR(__noreturn__)
#endif
/*-------------------------------------------------------