[Bug 191867] Wno-unused-function used by mistake?

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Jul 14 19:23:52 UTC 2014


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191867

Dimitry Andric <dim at FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Needs Triage                |Open

--- Comment #1 from Dimitry Andric <dim at FreeBSD.org> ---
The reason I added -Wno-unused-function is that I got sick of fixing unused
function warnings all over the code so I could import a new version of clang.
:)

In any case, you are probably right that it is better to at least enable the
warning message, in the (IMO rather vain) hope that somebody will eventually
fix those warnings, either by marking the functions __unused, or by simply
deleting them.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-bugs mailing list