aboutsummaryrefslogtreecommitdiffstats
path: root/src/api/dlopen.rs
diff options
context:
space:
mode:
authorEsption <esption@gmail.com>2015-05-08 12:31:56 -0500
committerEsption <esption@gmail.com>2015-05-08 12:31:56 -0500
commitc973a1f83e2f9cea017e9dd48c4acaeb23fe5eb7 (patch)
tree64a7282c58e3ad6e7de4221b27840caeb857bd87 /src/api/dlopen.rs
parent0d10dda72a3d56ec137da0359b2f46fc75b7aaa9 (diff)
downloadglutin-c973a1f83e2f9cea017e9dd48c4acaeb23fe5eb7.tar.gz
glutin-c973a1f83e2f9cea017e9dd48c4acaeb23fe5eb7.zip
Fixed build warnings
Diffstat (limited to 'src/api/dlopen.rs')
-rw-r--r--src/api/dlopen.rs1
1 files changed, 1 insertions, 0 deletions
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;