From c973a1f83e2f9cea017e9dd48c4acaeb23fe5eb7 Mon Sep 17 00:00:00 2001 From: Esption Date: Fri, 8 May 2015 12:31:56 -0500 Subject: Fixed build warnings --- src/api/dlopen.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/api/dlopen.rs') diff --git a/src/api/dlopen.rs b/src/api/dlopen.rs index 63f690a..945dfb0 100644 --- a/src/api/dlopen.rs +++ b/src/api/dlopen.rs @@ -1,4 +1,5 @@ #![cfg(target_os = "linux")] +#![allow(dead_code)] use libc; -- cgit v1.2.3