msvc怎么关闭特定的警告?
#3034
-
开启了 `rule("cm-cxflags")
rule_end()` error: cl : Command line error D8021 : invalid numeric argument '/Wd4819' |
Beta Was this translation helpful? Give feedback.
Answered by
waruqi
Nov 7, 2022
Replies: 1 comment 3 replies
-
它不是提示了么,'/Wd4819 没这个参数,你强加进去 当然会报错,删了 |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
coderling
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
它不是提示了么,'/Wd4819 没这个参数,你强加进去 当然会报错,删了