BIND 10 #858: silent MSVC warnings on libdns++
BIND 10 Development
do-not-reply at isc.org
Wed Apr 20 09:57:15 UTC 2011
#858: silent MSVC warnings on libdns++
-------------------------------------+-------------------------------------
Reporter: | Type: enhancement
fdupont | Priority: minor
Status: new | Component: Unclassified
Milestone: New | Sensitive: 0
Tasks | Sub-Project: DNS
Keywords: | Estimated Difficulty: 0
Defect Severity: Low | Total Hours: 0
Feature Depending on Ticket: |
Add Hours to Ticket: 0 |
Internal?: 0 |
-------------------------------------+-------------------------------------
I'll collect MSVC warnings in VS2005/2008/2010 and try to address them.
Some are spurious (as a warning for {} while(0) in macros) and should be
avoided
with a pragma, some are real (mainly incompatible integer operations) and
should
be fixed (for instance by a cast). As far as I know none is critical so
I put this ticket in enhancements.
Note at least a common one is related to C++: VS2010 complains about
missing and
impossible to generate copy operation in class definition...
--
Ticket URL: <http://bind10.isc.org/ticket/858>
BIND 10 Development <http://bind10.isc.org>
BIND 10 Development
More information about the bind10-tickets
mailing list