Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Jul 2014 19:23:52 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 191867] Wno-unused-function used by mistake?
Message-ID:  <bug-191867-8-DSDhazng6a@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-191867-8@https.bugs.freebsd.org/bugzilla/>
References:  <bug-191867-8@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191867

Dimitry Andric <dim@FreeBSD.org> changed:

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

--- Comment #1 from Dimitry Andric <dim@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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-191867-8-DSDhazng6a>