Merge pull request #2216 from jwillemsen/jwi-cxxversionchecks
[ACE_TAO.git] / ACE / bin / MakeProjectCreator / config / vc14nmake.mpb
blob84ea914a679fa8c7ee78064b92cd92ab14204ce5
1 // -*- MPC -*-
2 feature (nmake_avoid_Wp64) {
3   specific(nmake) {
4     add_compile -= /Wp64
5   }
8 feature(vc_avoid_hides_local_declaration) {
9   specific(nmake) {
10     DisableSpecificWarnings += 4456
11   }
14 feature(vc_avoid_hides_global_declaration) {
15   specific(nmake) {
16     DisableSpecificWarnings += 4459
17   }
20 feature(vc_avoid_hides_class_member) {
21   specific(nmake) {
22     DisableSpecificWarnings += 4458
23   }