在 Linux 上构建 Nginx 时如何抑制已知警告?

发布于 2024-09-15 20:56:00 字数 422 浏览 4 评论 0原文

我是一名 Linux 爱好者,第一次尝试在 Debian (Lenny) 上构建 nginx。

尝试构建 nginx 失败,我收到有关 sys_errorlist 和 sys_nerr 的已知警告,如下所述: http://nginx.org/en/docs/sys_errlist.html

文档建议这是一个我可以忽略的警告。我的问题是我需要在 ma​​ke 中包含什么标志来告诉它忽略这些警告?

我一直在翻阅标志选项,但没有真正的线索,搜索最多只是告诉我我可以忽略这些警告。这可能是一个显而易见的答案,也许为什么我找不到任何发布的内容,所以我问那些比我聪明的人。谢谢......

I am a linux amateur and am trying to build nginx on Debian (Lenny) for the first time.

Attemps to build nginx are failing and I receive the known warnings on sys_errorlist and sys_nerr as documented here:
http://nginx.org/en/docs/sys_errlist.html

The documentation suggests this is a warning that I can ignore. My question is what flag(s) do I need to include with make to tell it to ignore those warnings?

I have been pouring through the flag options with no real leads and searches only go as far as telling me that I can ignore the warnings. It may be an obvious answer, perhaps why I can't find anything posted, so I'm asking those who are smarter than I. Thanks...

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

蒲公英的约定 2024-09-22 20:56:00

它们的意思是忽略,就像人类忽略它们一样,而不是告诉编译器忽略它们。除非您指定 -Werror,否则它不应导致编译失败。

They mean ignore as in you the human ignoring them, not as in telling the compiler to ignore them. It shouldn't cause the compilation to fail unless you specify -Werror.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文