Use CAMLreturn0 to avoid a warning.
authorRichard W.M. Jones <rjones@redhat.com>
Fri, 29 Aug 2008 16:38:12 +0000 (17:38 +0100)
committerRichard W.M. Jones <rjones@redhat.com>
Fri, 29 Aug 2008 16:38:12 +0000 (17:38 +0100)
libvirt/libvirt_c_epilogue.c

index efabed0..df1fabb 100644 (file)
@@ -80,8 +80,7 @@ _raise_virterror (virConnectPtr conn, const char *fn)
   caml_raise_with_arg (*caml_named_value ("ocaml_libvirt_virterror"), rv);
 
   /*NOTREACHED*/
-  /* Suppresses a compiler warning. */
-  (void) caml__frame;
+  CAMLreturn0;
 }
 
 /* Raise an error if a function is not supported. */
@@ -95,8 +94,7 @@ not_supported (const char *fn)
   caml_raise_with_arg (*caml_named_value ("ocaml_libvirt_not_supported"), fnv);
 
   /*NOTREACHED*/
-  /* Suppresses a compiler warning. */
-  (void) caml__frame;
+  CAMLreturn0;
 }
 
 /* Convert the virErrorNumber, virErrorDomain and virErrorLevel enums