[MacPorts] #38018: Doxygen: Prevent clang memory leak by adding back the flag reinplaced away by r101062
MacPorts
noreply at macports.org
Mon Feb 11 05:38:37 PST 2013
#38018: Doxygen: Prevent clang memory leak by adding back the flag reinplaced away
by r101062
----------------------+---------------------
Reporter: egall@… | Owner: mmoll@…
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 2.1.3
Resolution: | Keywords:
Port: doxygen |
----------------------+---------------------
Comment (by mmoll@…):
It's easy enough to fix with something like this:
{{{
if {[string match *gcc* ${configure.compiler}]} {
...
}
}}}
but -Wno* flags only suppress warnings, right? They shouldn't affect code
generation, I thought. Are you sure this is the problem? Also, why is this
assigned to me? Isn't css the maintainer for this port?
--
Ticket URL: <https://trac.macports.org/ticket/38018#comment:3>
MacPorts <http://www.macports.org/>
Ports system for Mac OS
More information about the macports-tickets
mailing list