From: Richard W.M. Jones <"Richard W.M. Jones "> Date: Wed, 19 Mar 2008 11:31:06 +0000 (+0000) Subject: Use CAMLnoreturn to avoid compiler warning. X-Git-Tag: 1.0.4~24^2~50 X-Git-Url: http://git.annexia.org/?p=virt-top.git;a=commitdiff_plain;h=1a2f10cdc0249b2a2432f7532ca0e5d4fc6c190d Use CAMLnoreturn to avoid compiler warning. --- diff --git a/libvirt/generator.pl b/libvirt/generator.pl index 578029b..4fbace6 100755 --- a/libvirt/generator.pl +++ b/libvirt/generator.pl @@ -951,8 +951,7 @@ END #ifndef $have_name /* Symbol $c_name not found at compile time. */ not_supported ("$c_name"); - /* Suppresses a compiler warning. */ - (void) caml__frame; + CAMLnoreturn; #else /* Check that the symbol $c_name * is in runtime version of libvirt.