BIND 10 #2175: warning ... type uses the anonymous namespace
BIND 10 Development
do-not-reply at isc.org
Wed Aug 1 20:07:59 UTC 2012
#2175: warning ... type uses the anonymous namespace
-------------------------------------+-------------------------------------
Reporter: jreed | Owner:
Type: | Status: new
defect | Milestone: New Tasks
Priority: | Resolution:
medium | Sensitive: 0
Component: | Sub-Project: DNS
Unclassified | Estimated Difficulty: 0
Keywords: | Total Hours: 0
Defect Severity: N/A |
Feature Depending on Ticket: |
Add Hours to Ticket: 0 |
Internal?: 0 |
-------------------------------------+-------------------------------------
Comment (by jinmei):
Replying to [ticket:2175 jreed]:
> {{{
> CXX libdns___la-rrparamregistry.lo
> rrparamregistry.cc:196: warning: 'isc::dns::RRParamRegistryImpl' has a
field 'isc::dns::RRParamRegistryImpl::str2typemap' whose type uses the
anonymous namespace
...
> }}}
> This was reported to me by OPS engineer.
And what's the problem? Did it cause a build failure? If it's just
about warning, it's most likely a known g++ bug, for which I use a
workaround in configure.ac:
{{{
# Certain versions of gcc (g++) have a bug that incorrectly warns about
# the use of anonymous name spaces even if they're closed in a single
# translation unit. For these versions we have to disable -Werror.
}}}
so...can we close this ticket, or is this something new?
--
Ticket URL: <http://bind10.isc.org/ticket/2175#comment:1>
BIND 10 Development <http://bind10.isc.org>
BIND 10 Development
More information about the bind10-tickets
mailing list