Merge pull request #244 from TheThing/patch-1

Silence MSVC warning:
"C4530: C++ exception handler used,
but unwind semantics are not enabled."
This commit is contained in:
Lovell Fuller 2015-07-26 15:58:54 +01:00
commit dee9ca3ec2

View File

@ -74,6 +74,15 @@
'VCCLCompilerTool': {
'ExceptionHandling': 1 # /EHsc
}
}
},
'configurations': {
'Release': {
'msvs_settings': {
'VCCLCompilerTool': {
'ExceptionHandling': 1,
}
}
}
},
}]
}