Trying r45451 again, but this time warning-free on 3.10.x.
[oota-llvm.git] / bindings / ocaml / bitreader / bitreader_ocaml.c
index b154f68d6099b1fa54b6a827da01025925959b25..0fd484f123435a4c4eb112497e326662aa3e1e9a 100644 (file)
@@ -37,6 +37,9 @@ static void llvm_raise(value Prototype, char *Message) {
   
   raise_with_arg(Prototype, CamlMessage);
   abort(); /* NOTREACHED */
+#ifdef CAMLnoreturn
+  CAMLnoreturn; /* Silences warnings, but is missing in some versions. */
+#endif
 }