// -*- MPC -*- // $Id$ // This file contains optional features that disable VC8 warnings that were // not present in earlier versions. Some people may consider these superfluous // or have already checked code to be sure it causes no trouble. So these // warnings are disabled by default. To enable them, generate your projects // with the feature set to 0. feature(vc8_avoid_deprecated_warnings) { specific(vc8) { DisableSpecificWarnings += 4996 } } feature(vc8_avoid_dominance_warnings) { specific(vc8) { DisableSpecificWarnings += 4250 } }