Opened 13 years ago
Closed 13 years ago
#2966 closed Bugs (fixed)
Patch: sun compiler needs support for warnings feature
Reported by: | Owned by: | Vladimir Prus | |
---|---|---|---|
Milestone: | Boost.Jam 3.1.18 | Component: | build |
Version: | Boost.Jam 3.1.16 | Severity: | Problem |
Keywords: | Cc: |
Description
The <warnings> feature is ineffective because sun.jam doesn't convert the value to compiler options.
The attached patch is working for me on Sun C 5.9.
[This is relative to 3.1.17, but that's not in the list of versions.]
Attachments (1)
Change History (3)
by , 13 years ago
Attachment: | 0001-Fix-for-sun-compiler.patch added |
---|
comment:1 by , 13 years ago
Component: | None → build |
---|---|
Owner: | set to |
comment:2 by , 13 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
(In [53381]) Implement warnings control for sun.
Patch from John W. Bito. Closes #2966.