https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=216587
Dimitry Andric <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|New |In Progress CC| |[email protected] --- Comment #1 from Dimitry Andric <[email protected]> --- Can you show a full command line that causes this warning? Preferably with -v so it shows how the backend(s) get invoked. Usually, this is because people pass compilation-only flags to link phases, or vice versa. In some cases flags are superfluous, and then the frontend warns you about that. If you want to get rid of the warning, either remove the unused argument, or add -Qunused-arguments. -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-toolchain To unsubscribe, send any mail to "[email protected]"
