gpt4 book ai didi

c++ - 使 wreturn-type 成为错误,而不是警告?

转载 作者:行者123 更新时间:2023-12-04 08:21:59 28 4
gpt4 key购买 nike

我在 gcc ,它给了我一个警告,我忘记了函数中的返回值 Wreturn-type .
但是,我不希望它是一个警告,我希望它是一个实际的编译器错误。有没有办法在 Wreturn-type 时停止编译是遇到了吗?

最佳答案

Is there a way to stop compiling when Wreturn-type is encountered?


您可以使用以下命令将任何警告设为错误:
-Werror=return-type
您可以使用以下命令使 gcc“停止”编译错误:
-Wfatal-errors 
请务必阅读 your compiler documentation .

关于c++ - 使 wreturn-type 成为错误,而不是警告?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/65452144/

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