Compilation Error in the Indy-ssivc installation
Opened this issue · 0 comments
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