summaryrefslogtreecommitdiffstats
path: root/libvirt/generator.pl
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2008-03-19 11:31:06 +0000
committerRichard W.M. Jones <rjones@redhat.com>2008-03-19 11:31:06 +0000
commit1a2f10cdc0249b2a2432f7532ca0e5d4fc6c190d (patch)
tree3a739ca5954c9270f48ba66b71baad1a44aa866a /libvirt/generator.pl
parent10d89a4a52b85803c85e14a1a71737ba20dea3d4 (diff)
downloadvirt-top-1a2f10cdc0249b2a2432f7532ca0e5d4fc6c190d.tar.gz
virt-top-1a2f10cdc0249b2a2432f7532ca0e5d4fc6c190d.tar.xz
virt-top-1a2f10cdc0249b2a2432f7532ca0e5d4fc6c190d.zip
Use CAMLnoreturn to avoid compiler warning.
Diffstat (limited to 'libvirt/generator.pl')
-rwxr-xr-xlibvirt/generator.pl3
1 files changed, 1 insertions, 2 deletions
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.