qmake/MSVC: do not disable buffer security check per default
The default must be "unset" to let the user's MSVC settings decide what the default value is. Task-number: QTBUG-29329 Change-Id: I6015202c123dbb7304941b0d24557a26a1e3236c Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
This commit is contained in:
parent
4c34b418b8
commit
4fe029963d
@ -311,7 +311,7 @@ VCCLCompilerTool::VCCLCompilerTool()
|
||||
: AssemblerOutput(asmListingNone),
|
||||
BasicRuntimeChecks(runtimeBasicCheckNone),
|
||||
BrowseInformation(brInfoNone),
|
||||
BufferSecurityCheck(_False),
|
||||
BufferSecurityCheck(unset),
|
||||
CallingConvention(callConventionDefault),
|
||||
CompileAs(compileAsDefault),
|
||||
CompileAsManaged(managedDefault),
|
||||
|
Loading…
Reference in New Issue
Block a user