You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 14, 2019. It is now read-only.
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
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-pwCompiling 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