BIND 10 #3112: boost::optional failure on Debian i686
BIND 10 Development
do-not-reply at isc.org
Wed Sep 11 10:37:07 UTC 2013
#3112: boost::optional failure on Debian i686
-------------------------------------+-------------------------------------
Reporter: muks | Owner:
Type: defect | UnAssigned
Priority: high | Status: new
Component: libdns++ | Milestone:
Keywords: | Sprint-20130917
Sensitive: 0 | Resolution:
Sub-Project: DNS | CVSS Scoring:
Estimated Difficulty: 3 | Defect Severity: N/A
Total Hours: 0 | Feature Depending on Ticket:
| Add Hours to Ticket: 0
| Internal?: 0
-------------------------------------+-------------------------------------
Comment (by kean):
Just FYI this only causes a build failure because of -Werror. No sane
compiler would make aliasing issues an error and gcc/g++ certainly
doesn't. It's hackinh as hell but if there is no other way of avoiding the
warning there is always the distasteful fallback option of using GCC's
pragmas's to stifle the warning. Or to turn off -Werror for this file.
Last option though, it is obviously better to eliminate the aliased
pointer in the first place.
--
Ticket URL: <http://bind10.isc.org/ticket/3112#comment:7>
BIND 10 Development <http://bind10.isc.org>
BIND 10 Development
More information about the bind10-tickets
mailing list