VxWorks does not mark abort() or exit() noreturn

This commit is contained in:
2025-03-12 11:51:48 +01:00
parent f2a03e906b
commit 93ba98cdca

View File

@ -63,7 +63,10 @@
/* /*
* Unused marker * Unused marker
*/ */
#ifndef vxWorks
// VxWorks does not mark abort() or exit() noreturn!
#define EPICS_UNUSED __attribute__((unused)) #define EPICS_UNUSED __attribute__((unused))
#endif
/* /*
* No return marker * No return marker