Fix: use __noreturn__ for C11-compatibility
[urcu.git] / tests / regression / rcutorture.h
index 49dbff689e9e9da835aa2186a6ec3a711192e1b9..bc394f9f8a048f9ba51575e3d9a1ac4952cf6bdb 100644 (file)
@@ -572,7 +572,7 @@ int stresstest(int nreaders)
  */
 
 static
-void usage(char *argv[]) __attribute__((noreturn));
+void usage(char *argv[]) __attribute__((__noreturn__));
 
 static
 void usage(char *argv[])
This page took 0.022526 seconds and 4 git commands to generate.