cleanup: add 'noreturn' attribute to '_uatomic_link_error'
[urcu.git] / include / urcu / uatomic / generic.h
index 5bb0d4f983c3b96c920827b991b6798fadc5cbbd..89d1cfa98c1ab198cc8f628a0e28fdaadfbd5f90 100644 (file)
@@ -38,7 +38,7 @@ extern "C" {
 #endif
 
 #if !defined __OPTIMIZE__  || defined UATOMIC_NO_LINK_ERROR
-static inline __attribute__((always_inline))
+static inline __attribute__((always_inline, noreturn))
 void _uatomic_link_error(void)
 {
 #ifdef ILLEGAL_INSTR
This page took 0.022797 seconds and 4 git commands to generate.