Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试编译我的 FreeBSD 自定义内核,但我收到警告:例如关于某些变量的初始化。在正常情况下,我认为这样的警告不应该停止编译过程,但在 FreeBSD 中它们会!
如何更改设置以使警告不会停止编译 FreeBSD 内核?
引用Building FreeBSD:
从 r233419 开始,head 应该在没有 -Werror 的情况下构建,例如应该没有意外警告。如果您尝试更早地构建某些东西,或者无论如何遇到 -Werror 救助,请根据需要将以下内容添加到 /etc/make.conf 或 /etc/src.conf:
# This setting to build world without -Werror: NO_WERROR= # This setting to build kernel without -Werror: WERROR=