-
Notifications
You must be signed in to change notification settings - Fork 550
Closed
Description
After update to the latest cc 1.0.87 I see tons of warnings for every dependency crate that uses cc in its build.rs.
Warnings looks like:
warning: some-dependency-crate@0.0.1: running: "cc" "--version"
warning: some-dependency-crate@0.0.1: exit status: 0
warning: some-dependency-crate@0.0.1: running: "cc" "--version"
warning: some-dependency-crate@0.0.1: exit status: 0
warning: some-dependency-crate@0.0.1: running: "cc" "--version"
warning: some-dependency-crate@0.0.1: exit status: 0
warning: some-dependency-crate@0.0.1: running: "cc" "--version"
warning: some-dependency-crate@0.0.1: exit status: 0
warning: some-dependency-crate@0.0.1: running: "ar" "s" "/home/user/some-code/target/debug/build/some-dependency-crate-b229f6f8a8f92087/out/libfoo.a"
warning: some-dependency-crate@0.0.1: exit status: 0
It seems like that some debug logging was overlooked and now the cc crate reports all sub command exit statuses as cargo warnings.
alex and NobodyXu
Metadata
Metadata
Assignees
Labels
No labels