gpt4 book ai didi

c++ - Visual Studio 针对看似兼容的选项发出警告 D9025

转载 作者:可可西里 更新时间:2023-11-01 17:49:18 27 4
gpt4 key购买 nike

我遇到了错误

D9025   overriding '/sdl-' with '/GS-'

/sdl- 关闭安全开发生命周期检查,/GS- 关闭堆栈溢出安全检查。看起来这些选项应该是兼容的,但我仍然收到警告。我该如何解决?

在任何人问之前,是的,我需要关闭这些选项,因为安全 cookie 在分析中显示为昂贵。

最佳答案

documentation for /sdl 中所述:

/sdl enables a superset of the baseline security checks provided by /GS and overrides /GS-. By default, /sdl is off. /sdl- disables the additional security checks.

因为 /sdl/GS 的超集并且 /sdl 默认关闭但是 /GS是不是您收到了此 Enterprise™ 错误消息。仅明确禁用 /GS

关于c++ - Visual Studio 针对看似兼容的选项发出警告 D9025,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/44000372/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com