Opened 15 years ago
Closed 12 years ago
#1116 closed Patches (invalid)
disable some warnings in msvc build
Reported by: | Owned by: | No-Maintainer | |
---|---|---|---|
Milestone: | To Be Determined | Component: | build |
Version: | Boost 1.34.1 | Severity: | Problem |
Keywords: | Cc: |
Description
the current bjam toolset for msvc will generate a lot of useless warnings, like dll-interface warnings, character code page warnings, and some strcpy_s warnings.
These warnings are useless for building boost. so I made some tweak in msvc.jam to disable these warnings.
Attachments (1)
Change History (4)
by , 15 years ago
Attachment: | msvc.jam.patch added |
---|
comment:1 by , 14 years ago
Owner: | set to |
---|
comment:2 by , 13 years ago
Owner: | changed from | to
---|
I am afraid I am not qualified to tell what warnings make sense for msvc. Can you post this suggestion on the mailing list, and if there is agreement (or no disagreement), I'll do the change.
Thanks, Volodya
comment:3 by , 12 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
Since no discussion has happened and no conclusion made, there's nothing I can do here.
Note:
See TracTickets
for help on using tickets.
These should probably be disabled in Jamroot, rather than msvc.jam.