ncurses-rs
ncurses-rs copied to clipboard
Generates "warning: redundant linker flag specified for library `ncurses`"
If I create a new binary project, add 'ncurses = "*"', and build it, it generates the following warning:
warning: redundant linker flag specified for library `ncurses`
This occurs on an unstable x86_64 Debian system with libncurses5-dev 6.0+20171125-1 installed.
Should this warning be addressed somehow?
Same here, on Arch Linux x64:
warning: redundant linker flag specified for library `ncursesw`