Skip to content

Commit

Permalink
Swig warning cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
aldenml committed Jan 31, 2016
1 parent 86aff55 commit c47929b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions swig/libtorrent.i
Expand Up @@ -588,6 +588,7 @@ namespace std {
%ignore libtorrent::copy_bufs;
%ignore libtorrent::apply_pack;
%ignore libtorrent::load_pack_from_dict;
%ignore libtorrent::error_code;

%ignore libtorrent::detail::nop;
%ignore libtorrent::storage_params::pool;
Expand Down
2 changes: 1 addition & 1 deletion swig/libtorrent_jni.cpp
Expand Up @@ -64302,7 +64302,7 @@ SWIGEXPORT jstring JNICALL Java_com_frostwire_jlibtorrent_swig_libtorrent_1jni_J

(void)jenv;
(void)jcls;
result = (char *)("463332278152ae48809869253d3d4c23e1ef6d96");
result = (char *)("86aff55f5641a9d6836da4a1be97bf3737ccc91c");
if (result) jresult = jenv->NewStringUTF((const char *)result);
return jresult;
}
Expand Down
2 changes: 1 addition & 1 deletion swig/libtorrent_node.cpp
Expand Up @@ -108464,7 +108464,7 @@ static SwigV8ReturnValue _wrap_JLIBTORRENT_REVISION_SHA1(v8::Local<v8::String> p

v8::Handle<v8::Value> jsresult;

jsresult = SWIG_FromCharPtr((const char *)"463332278152ae48809869253d3d4c23e1ef6d96");
jsresult = SWIG_FromCharPtr((const char *)"86aff55f5641a9d6836da4a1be97bf3737ccc91c");

SWIGV8_RETURN_INFO(jsresult, info);

Expand Down

0 comments on commit c47929b

Please sign in to comment.