Skip to content
This repository was archived by the owner on Mar 14, 2019. It is now read-only.
This repository was archived by the owner on Mar 14, 2019. It is now read-only.

Compilation Error in the Indy-ssivc installation  #35

@gokulsan

Description

@gokulsan

I am seeing the following warning while building the VON Network.
How can this warning be removed from the installation steps.

warning: redundant linker flag specified for library zmq-pw

Compiling zmq-pw v0.9.8
warning: unnecessary parentheses around function argument
--> src/errors/wallet.rs:95:55
|
95 | WalletError::CommonError(CommonError::IOError((err)))
| ^^^^^ help: remove these parentheses
|
= note: #[warn(unused_parens)] on by default

warning: use of deprecated item 'std::env::home_dir': This function's behavior is unexpected and probably not what you want. Consider using the home_dir function from https://crates.io/crates/dirs instead.
--> src/utils/environment.rs:9:24
|
9 | let mut path = env::home_dir().unwrap_or(PathBuf::from("/home/indy"));
| ^^^^^^^^^^^^^
|
= note: #[warn(deprecated)] on by default

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions