fix compile warnings in ed25519 code
This commit is contained in:
@@ -160,12 +160,14 @@ int main()
|
||||
fflush(stderr);
|
||||
|
||||
int ret = print_failures();
|
||||
#if !defined TORRENT_LOGGING && !defined TORRENT_VERBOSE_LOGGING
|
||||
if (ret == 0)
|
||||
{
|
||||
remove_all(test_dir, ec);
|
||||
if (ec)
|
||||
fprintf(stderr, "failed to remove test dir: %s\n", ec.message().c_str());
|
||||
}
|
||||
#endif
|
||||
|
||||
return ret;
|
||||
}
|
||||
|
Reference in New Issue
Block a user