ncurses-rs icon indicating copy to clipboard operation
ncurses-rs copied to clipboard

Generates "warning: redundant linker flag specified for library `ncurses`"

Open kraai opened this issue 7 years ago • 1 comments

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?

kraai avatar Dec 09 '17 18:12 kraai

Same here, on Arch Linux x64:

warning: redundant linker flag specified for library `ncursesw`

dbrgn avatar Jan 22 '18 10:01 dbrgn