JuliaIO / GZip.jl

A Julia interface for gzip functions in zlib
https://juliaio.github.io/GZip.jl/dev
MIT License
39 stars 30 forks source link

dlopen warning message in Julia 0.4 #24

Closed weijianzhg closed 9 years ago

weijianzhg commented 9 years ago

There are some warning messages when I load GZip in Julia 0.4.

julia> using GZip
WARNING: dlopen is deprecated, use Libdl.dlopen instead.
 in depwarn at ./deprecated.jl:40
 in dlopen at deprecated.jl:10
 in include at ./boot.jl:250
 in include_from_node1 at ./loading.jl:129
 in include at ./boot.jl:250
 in include_from_node1 at ./loading.jl:129
 in reload_path at ./loading.jl:153
 in _require at ./loading.jl:68
 in require at ./loading.jl:51
WARNING: dlopen is deprecated, use Libdl.dlopen instead.
 in depwarn at ./deprecated.jl:40
 in dlopen at deprecated.jl:10
 in include at ./boot.jl:250
 in include_from_node1 at ./loading.jl:129
 in reload_path at ./loading.jl:153
 in _require at ./loading.jl:68
 in require at ./loading.jl:51