Opened 15 years ago

Closed 12 years ago

#1116 closed Patches (invalid)

disable some warnings in msvc build

Reported by: steve@… 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)

msvc.jam.patch (1.2 KB ) - added by steve 15 years ago.

Download all attachments as: .zip

Change History (4)

by steve, 15 years ago

Attachment: msvc.jam.patch added

comment:1 by Steven Watanabe, 14 years ago

Owner: set to Vladimir Prus

These should probably be disabled in Jamroot, rather than msvc.jam.

comment:2 by Vladimir Prus, 13 years ago

Owner: changed from Vladimir Prus to No-Maintainer

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 anonymous, 12 years ago

Resolution: invalid
Status: newclosed

Since no discussion has happened and no conclusion made, there's nothing I can do here.

Note: See TracTickets for help on using tickets.