Opened 10 years ago
Closed 10 years ago
#7426 closed Patches (fixed)
Warning fixes in datetime
Reported by: | Owned by: | az_sw_dude | |
---|---|---|---|
Milestone: | To Be Determined | Component: | date_time |
Version: | Boost 1.51.0 | Severity: | Cosmetic |
Keywords: | Cc: |
Description
We have a zero warning policy in our development projects and experience lots of warnings in several boost libraries. With every new boost version we need to apply a set of warning fixes.
It would help a lot if you could integrate these wanting fixes into future boost releases.
Please find attached two patch file against boost 1.51.0 which fix several warnings in boost::datetime.
Attachments (2)
Change History (4)
by , 10 years ago
Attachment: | datetime-warnings.diff added |
---|
by , 10 years ago
Attachment: | datetime-lib-warnings.diff added |
---|
comment:1 by , 10 years ago
Note:
See TracTickets
for help on using tickets.
(In [80722]) Commented out unused parameters in date-time; Refs #7426