2 // This file contains optional features that disable VC8 warnings that were
3 // not present in earlier versions. Some people may consider these superfluous
4 // or have already checked code to be sure it causes no trouble. So these
5 // warnings are disabled by default. To enable them, generate your projects
6 // with the feature set to 0.
8 feature(vc8_avoid_dominance_warnings) {
9 specific(prop:microsoft) {
10 DisableSpecificWarnings += 4250
14 feature(!vc8_stl_deprecated_warnings) {
15 specific(prop:microsoft) {
16 DisableSpecificWarnings += 4996
20 feature(vc8_avoid_unimpl_exception_spec_warnings) {
21 specific(prop:microsoft) {
22 DisableSpecificWarnings += 4290