summaryrefslogtreecommitdiff
path: root/bin/MakeProjectCreator/config/vc_warnings.mpb
diff options
context:
space:
mode:
Diffstat (limited to 'bin/MakeProjectCreator/config/vc_warnings.mpb')
-rw-r--r--bin/MakeProjectCreator/config/vc_warnings.mpb6
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/MakeProjectCreator/config/vc_warnings.mpb b/bin/MakeProjectCreator/config/vc_warnings.mpb
index 32e49922a7b..3e8ae307f7d 100644
--- a/bin/MakeProjectCreator/config/vc_warnings.mpb
+++ b/bin/MakeProjectCreator/config/vc_warnings.mpb
@@ -10,19 +10,19 @@
feature(vc_avoid_crt_secure_warnings) {
- specific(vc8, vc9, nmake) {
+ specific(vc8, vc9, vc10, nmake) {
macros += _CRT_SECURE_NO_WARNINGS _CRT_SECURE_NO_DEPRECATE _CRT_NONSTDC_NO_DEPRECATE
}
}
feature(!vc_scl_secure_warnings) {
- specific(vc8, vc9, nmake) {
+ specific(vc8, vc9, vc10, nmake) {
macros += _SCL_SECURE_NO_WARNINGS
}
}
feature(vc_avoid_this_in_initializer_warnings) {
- specific(vc8, vc9) {
+ specific(vc8, vc9, vc10) {
DisableSpecificWarnings += 4355
}
specific(nmake) {